Searched refs:krb5_rc_store (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rcfns.c | 68 krb5_rc_store (krb5_context context, krb5_rcache id, in krb5_rc_store() function
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | mk_priv.c | 223 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_mk_priv()
|
H A D | rd_priv.c | 238 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_rd_priv()
|
H A D | rd_safe.c | 248 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_rd_safe()
|
H A D | mk_safe.c | 283 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay)) != 0) { in krb5_mk_safe()
|
H A D | rd_cred.c | 222 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_rd_cred()
|
H A D | mk_cred.c | 264 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) { in krb5_mk_ncred()
|
H A D | rd_req_dec.c | 293 retval = krb5_rc_store(context, (*auth_context)->rcache, &rep); in krb5_rd_req_decoded_opt()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | mapfile-vers | 638 krb5_rc_store;
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 2628 krb5_error_code KRB5_CALLCONV krb5_rc_store
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_preauth.c | 2333 retval = krb5_rc_store(kdc_context, kdc_rcache, &rep); in verify_sam_response()
|