Searched refs:krb5_cc_next_cred (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cccopy.c | 27 while (!(code = krb5_cc_next_cred(context, incc, &cur, &creds))) {
|
H A D | ccfns.c | 132 krb5_cc_next_cred (krb5_context context, krb5_ccache cache, function
|
H A D | cc_retr.c | 237 while ((kret = krb5_cc_next_cred(context, id, &cursor, &fetchcreds)) == KRB5_OK) {
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | copy_ccache.c | 52 while (!code && !krb5_cc_next_cred(context, k5creds->ccache, &cursor, &creds))
|
H A D | acquire_cred.c | 399 while (!(code = krb5_cc_next_cred(context, ccache, &cur, &creds))) {
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | vfy_increds.c | 33 while ((code = krb5_cc_next_cred(context, incc, &cur, &creds)) == NULL) {
|
/illumos-gate/usr/src/cmd/krb5/klist/ |
H A D | klist.c | 481 while (!(code = krb5_cc_next_cred(kcontext, cache, &cur, &creds))) {
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 1394 krb5_cc_next_cred (krb5_context context, krb5_ccache cache,
|
Completed in 75 milliseconds