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 Dcccopy.c27 while (!(code = krb5_cc_next_cred(context, incc, &cur, &creds))) {
H A Dccfns.c132 krb5_cc_next_cred (krb5_context context, krb5_ccache cache, function
H A Dcc_retr.c237 while ((kret = krb5_cc_next_cred(context, id, &cursor, &fetchcreds)) == KRB5_OK) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dcopy_ccache.c52 while (!code && !krb5_cc_next_cred(context, k5creds->ccache, &cursor, &creds))
H A Dacquire_cred.c399 while (!(code = krb5_cc_next_cred(context, ccache, &cur, &creds))) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvfy_increds.c33 while ((code = krb5_cc_next_cred(context, incc, &cur, &creds)) == NULL) {
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c481 while (!(code = krb5_cc_next_cred(kcontext, cache, &cur, &creds))) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1394 krb5_cc_next_cred (krb5_context context, krb5_ccache cache,

Completed in 75 milliseconds