Searched refs:krb5_cc_destroy (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | rel_cred.c | 72 code1 = krb5_cc_destroy(context, cred->ccache);
|
H A D | accept_sec_context.c | 247 (void)krb5_cc_destroy(context, ccache);
|
H A D | init_sec_context.c | 1644 (void) krb5_cc_destroy(context, ccache);
|
/illumos-gate/usr/src/cmd/krb5/slave/ |
H A D | kprop.c | 302 (void) krb5_cc_destroy(context, ccache); 320 (void) krb5_cc_destroy(context, ccache); 327 (void) krb5_cc_destroy(context, ccache); 336 (void) krb5_cc_destroy(context, ccache); 347 (void) krb5_cc_destroy(context, ccache); 358 retval = krb5_cc_destroy(context, ccache);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | vfy_increds.c | 221 (void) krb5_cc_destroy(context, retcc); 242 (void) krb5_cc_destroy(context, ccache);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccfns.c | 53 krb5_cc_destroy (krb5_context context, krb5_ccache cache) function
|
/illumos-gate/usr/src/cmd/krb5/kdestroy/ |
H A D | kdestroy.c | 262 code = krb5_cc_destroy (kcontext, cache);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | kuserok.c | 153 retval = krb5_cc_destroy(kcontext, ccache);
|
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_init.c | 967 krb5_cc_destroy(handle->context, ccache); 1027 code = krb5_cc_destroy (handle->context, ccache);
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 1371 krb5_cc_destroy (krb5_context context, krb5_ccache cache);
|
Completed in 82 milliseconds