Home
last modified time | relevance | path

Searched refs:kdc_rcache (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c66 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 Dextern.c42 krb5_rcache kdc_rcache = (krb5_rcache) NULL; variable
H A Dextern.h105 extern krb5_rcache kdc_rcache; /* replay cache */
H A Dmain.c850 (void) krb5_rc_close(kcontext, kdc_rcache);
H A Dkdc_preauth.c2333 retval = krb5_rc_store(kdc_context, kdc_rcache, &rep); in verify_sam_response()