Searched refs:kdc_rcache (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_util.c | 66 if (!(retval = krb5_rc_resolve_full(kcontext, &kdc_rcache, rcname))) { in kdc_initialize_rcache() 68 if (!(retval = krb5_rc_recover(kcontext, kdc_rcache)) || in kdc_initialize_rcache() 70 kdc_rcache, in kdc_initialize_rcache() 74 if (!(retval = krb5_rc_expunge(kcontext, kdc_rcache))) { in kdc_initialize_rcache() 82 krb5_rc_close(kcontext, kdc_rcache); in kdc_initialize_rcache() 257 kdc_rcache))) in kdc_process_tgs_req() 292 (void) krb5_rc_close(kdc_context, kdc_rcache); in kdc_process_tgs_req() 293 kdc_rcache = (krb5_rcache) NULL; in kdc_process_tgs_req() 296 kdc_rcache)) || in kdc_process_tgs_req()
|
H A D | extern.c | 42 krb5_rcache kdc_rcache = (krb5_rcache) NULL; variable
|
H A D | extern.h | 105 extern krb5_rcache kdc_rcache; /* replay cache */
|
H A D | main.c | 850 (void) krb5_rc_close(kcontext, kdc_rcache);
|
H A D | kdc_preauth.c | 2333 retval = krb5_rc_store(kdc_context, kdc_rcache, &rep); in verify_sam_response()
|