Home
last modified time | relevance | path

Searched refs:krb5_rc_store (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drcfns.c66 krb5_rc_store (krb5_context context, krb5_rcache id, in krb5_rc_store() function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_priv.c223 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_mk_priv()
H A Drd_priv.c238 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_rd_priv()
H A Drd_safe.c248 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_rd_safe()
H A Dmk_safe.c283 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay)) != 0) { in krb5_mk_safe()
H A Drd_cred.c222 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_rd_cred()
H A Dmk_cred.c264 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_mk_ncred()
H A Drd_req_dec.c293 retval = krb5_rc_store(context, (*auth_context)->rcache, &rep); in krb5_rd_req_decoded_opt()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A Dmapfile-vers799 krb5_rc_store;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h2628 krb5_error_code KRB5_CALLCONV krb5_rc_store
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c2333 retval = krb5_rc_store(kdc_context, kdc_rcache, &rep); in verify_sam_response()