Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c123 mod_hash_t *kcf_mech_hash; /* mech name to id hash */ variable
132 if (mod_hash_find(kcf_mech_hash, (mod_hash_key_t)mechname, &hv) == 0) { in kcf_mech_hash_find()
147 if (kcf_mech_hash) in kcf_destroy_mech_tabs()
148 mod_hash_destroy_hash(kcf_mech_hash); in kcf_destroy_mech_tabs()
248 kcf_mech_hash = mod_hash_create_strhash_nodtr("kcf mech2id hash", in kcf_init_mech_tabs()
259 (void) mod_hash_insert(kcf_mech_hash, in kcf_init_mech_tabs()
336 (void) mod_hash_insert(kcf_mech_hash, in kcf_create_mech_entry()