Searched refs:krb5_auth_con_setrcache (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drecvauth.c168 problem = krb5_auth_con_setrcache(context, *auth_context, rcache);
249 krb5_auth_con_setrcache(context, *auth_context, NULL);
H A Dauth_con.c331 krb5_auth_con_setrcache(krb5_context context, krb5_auth_context auth_context, krb5_rcache rcache) function
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Ddelete_sec_context.c189 (void)krb5_auth_con_setrcache(context, ctx->auth_context, NULL);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c256 if ((retval = krb5_auth_con_setrcache(kdc_context, auth_context,
295 if ((retval = krb5_auth_con_setrcache(kdc_context, auth_context,
369 (void) krb5_auth_con_setrcache(kdc_context, auth_context, 0);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c559 if ((code = krb5_auth_con_setrcache(context, auth_context, cred->rcache))) {
563 "krb5_auth_con_setrcache() error code %d", code);
1172 (void)krb5_auth_con_setrcache(context, auth_context, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c414 status = krb5_auth_con_setrcache(krb_context, auth_context,
H A Din.rshd.c1466 status = krb5_auth_con_setrcache(bsd_context, auth_context,
H A Din.telnetd.c588 err = krb5_auth_con_setrcache(telnet_context,
791 err = krb5_auth_con_setrcache(telnet_context,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h2449 krb5_error_code KRB5_CALLCONV krb5_auth_con_setrcache

Completed in 134 milliseconds