Home
last modified time | relevance | path

Searched refs:KCMCACHE (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/kcm/
H A Dglue.c44 #define KCMCACHE(X) ((kcm_ccache)(X)->data.data) macro
45 #define CACHENAME(X) (KCMCACHE(X)->name)
72 kcm_ccache c = KCMCACHE(id); in kcmss_initialize()
90 kcm_ccache c = KCMCACHE(id); in kcmss_close()
105 kcm_ccache c = KCMCACHE(id); in kcmss_destroy()
120 kcm_ccache c = KCMCACHE(id); in kcmss_store_cred()
138 kcm_ccache c = KCMCACHE(id); in kcmss_retrieve()
161 kcm_ccache c = KCMCACHE(id); in kcmss_get_principal()
176 kcm_ccache c = KCMCACHE(id); in kcmss_get_first()
192 kcm_ccache c = KCMCACHE(id); in kcmss_get_next()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkcm.c61 #define KCMCACHE(X) ((krb5_kcmcache *)(X)->data.data) macro
62 #define CACHENAME(X) (KCMCACHE(X)->name)
222 krb5_kcmcache *k = KCMCACHE(*id); in kcm_free()
263 k = KCMCACHE(*id); in kcm_gen_new()
306 krb5_kcmcache *k = KCMCACHE(id); in kcm_initialize()
355 krb5_kcmcache *k = KCMCACHE(id); in kcm_destroy()
388 krb5_kcmcache *k = KCMCACHE(id); in kcm_store_cred()
432 krb5_kcmcache *k = KCMCACHE(id);
489 krb5_kcmcache *k = KCMCACHE(id); in kcm_get_principal()
535 krb5_kcmcache *k = KCMCACHE(id); in kcm_get_first()
[all …]