Searched refs:krb5_cc_next_cred (Results 1 – 10 of 10) sorted by relevance
/titanic_50/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))) { in krb5_cc_copy_creds()
|
H A D | ccfns.c | 132 krb5_cc_next_cred (krb5_context context, krb5_ccache cache, in krb5_cc_next_cred() function
|
H A D | cc_retr.c | 237 while ((kret = krb5_cc_next_cred(context, id, &cursor, &fetchcreds)) == KRB5_OK) { in krb5_cc_retrieve_cred_seq()
|
/titanic_50/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))) {
|
/titanic_50/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) { in krb5_cc_copy_creds_except()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | mapfile-vers | 334 krb5_cc_next_cred;
|
/titanic_50/usr/src/cmd/krb5/klist/ |
H A D | klist.c | 481 while (!(code = krb5_cc_next_cred(kcontext, cache, &cur, &creds))) {
|
/titanic_50/usr/src/lib/libkrb5/common/ |
H A D | mapfile-vers | 89 krb5_cc_next_cred { TYPE = FUNCTION; FILTER = mech_krb5.so.1 };
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 1394 krb5_cc_next_cred (krb5_context context, krb5_ccache cache,
|