Searched refs:krb5_auth_con_setrcache (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | recvauth.c | 168 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 D | auth_con.c | 331 krb5_auth_con_setrcache(krb5_context context, krb5_auth_context auth_context, krb5_rcache rcache) in krb5_auth_con_setrcache() function
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | delete_sec_context.c | 189 (void)krb5_auth_con_setrcache(context, ctx->auth_context, NULL);
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_util.c | 256 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()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | accept_sec_context.c | 559 if ((code = krb5_auth_con_setrcache(context, auth_context, cred->rcache))) { 1172 (void)krb5_auth_con_setrcache(context, auth_context, NULL);
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | mapfile-vers | 291 krb5_auth_con_setrcache;
|
/titanic_41/usr/src/lib/libkrb5/common/ |
H A D | mapfile-vers | 237 krb5_auth_con_setrcache { TYPE = FUNCTION; FILTER = mech_krb5.so.1 };
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rshd.c | 1466 status = krb5_auth_con_setrcache(bsd_context, auth_context, in recvauth()
|
H A D | in.rlogind.c | 414 status = krb5_auth_con_setrcache(krb_context, auth_context, in recvauth()
|
H A D | in.telnetd.c | 588 err = krb5_auth_con_setrcache(telnet_context, in kerberos5_is() 791 err = krb5_auth_con_setrcache(telnet_context, in kerberos5_is()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 2449 krb5_error_code KRB5_CALLCONV krb5_auth_con_setrcache
|