Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dcache.c40 kcm_ccache_data *ccache_head = NULL; variable
74 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_resolve()
107 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_resolve_by_uuid()
136 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_get_uuids()
157 for (p = ccache_head; p != NULL; p = p->next) { in kcm_debug_ccache()
240 for (p = &ccache_head; *p != NULL; p = &(*p)->next) { in kcm_ccache_destroy()
281 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_alloc()
303 slot->next = ccache_head; in kcm_ccache_alloc()
330 ccache_head = slot; in kcm_ccache_alloc()
673 for (p = ccache_head; p != NULL; p = p->next) { in kcm_ccache_first_name()