Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kcm/
H A Dcache.c38 kcm_ccache_data *ccache_head = NULL; variable
69 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_resolve()
102 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_resolve_by_uuid()
131 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_get_uuids()
152 for (p = ccache_head; p != NULL; p = p->next) { in kcm_debug_ccache()
235 for (p = &ccache_head; *p != NULL; p = &(*p)->next) { in kcm_ccache_destroy()
276 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_alloc()
298 slot->next = ccache_head; in kcm_ccache_alloc()
324 ccache_head = slot; in kcm_ccache_alloc()
667 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_first_name()