Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/kcm/
H A Dkcm_locl.h77 extern struct kcm_default_cache *default_caches;
H A Dprotocol.c1060 struct kcm_default_cache *default_caches; variable
1076 for (c = default_caches; c != NULL; c = c->next) { in kcm_op_get_default_cache()
1102 for (c = &default_caches; *c != NULL; c = &(*c)->next) { in kcm_drop_default_cache()
1132 for (c = default_caches; c != NULL; c = c->next) { in kcm_op_set_default_cache()
1144 c->next = default_caches; in kcm_op_set_default_cache()
1145 default_caches = c; in kcm_op_set_default_cache()