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 D | recvauth.c | 168 problem = krb5_auth_con_setrcache(context, *auth_context, rcache); 249 krb5_auth_con_setrcache(context, *auth_context, NULL);
|
H A D | auth_con.c | 331 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 D | delete_sec_context.c | 189 (void)krb5_auth_con_setrcache(context, ctx->auth_context, NULL);
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_util.c | 256 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 D | accept_sec_context.c | 559 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 D | in.rlogind.c | 414 status = krb5_auth_con_setrcache(krb_context, auth_context,
|
H A D | in.rshd.c | 1466 status = krb5_auth_con_setrcache(bsd_context, auth_context,
|
H A D | in.telnetd.c | 588 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 D | krb5.h | 2449 krb5_error_code KRB5_CALLCONV krb5_auth_con_setrcache
|
Completed in 134 milliseconds