Home
last modified time | relevance | path

Searched refs:krb5_auth_con_setrcache (Results 1 – 11 of 11) 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); in recvauth_common()
249 krb5_auth_con_setrcache(context, *auth_context, NULL); in recvauth_common()
H A Dauth_con.c331 krb5_auth_con_setrcache(krb5_context context, krb5_auth_context auth_context, krb5_rcache rcache) in krb5_auth_con_setrcache() 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, in kdc_process_tgs_req()
295 if ((retval = krb5_auth_con_setrcache(kdc_context, auth_context, in kdc_process_tgs_req()
369 (void) krb5_auth_con_setrcache(kdc_context, auth_context, 0); in kdc_process_tgs_req()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c560 if ((code = krb5_auth_con_setrcache(context, auth_context, cred->rcache))) {
1170 (void)krb5_auth_con_setrcache(context, auth_context, NULL);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A Dmapfile-vers341 krb5_auth_con_setrcache;
/illumos-gate/usr/src/lib/libkrb5/common/
H A Dmapfile-vers237 krb5_auth_con_setrcache { TYPE = FUNCTION; FILTER = mech_krb5.so.1 };
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c1466 status = krb5_auth_con_setrcache(bsd_context, auth_context, in recvauth()
H A Din.rlogind.c414 status = krb5_auth_con_setrcache(krb_context, auth_context, in recvauth()
H A Din.telnetd.c588 err = krb5_auth_con_setrcache(telnet_context, in kerberos5_is()
791 err = krb5_auth_con_setrcache(telnet_context, in kerberos5_is()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h2449 krb5_error_code KRB5_CALLCONV krb5_auth_con_setrcache