Searched refs:krb5_rc_store (Results 1 - 10 of 10) sorted by relevance
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
| H A D | rcfns.c | 68 krb5_rc_store (krb5_context context, krb5_rcache id, function
|
| /illumos-gate/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))) {
|
| H A D | mk_safe.c | 283 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay)) != 0) {
|
| H A D | rd_cred.c | 222 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) {
|
| H A D | rd_priv.c | 238 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) {
|
| H A D | rd_safe.c | 248 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) {
|
| H A D | mk_cred.c | 264 if ((retval = krb5_rc_store(context, auth_context->rcache, &replay))) {
|
| H A D | rd_req_dec.c | 293 retval = krb5_rc_store(context, (*auth_context)->rcache, &rep);
|
| /illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| H A D | k5-int.h | 2628 krb5_error_code KRB5_CALLCONV krb5_rc_store
|
| /illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
| H A D | kdc_preauth.c | 2333 retval = krb5_rc_store(kdc_context, kdc_rcache, &rep);
|
Completed in 90 milliseconds