Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c126 kcf_mech_hash_find(char *mechname) in kcf_mech_hash_find() argument
132 if (mod_hash_find(kcf_mech_hash, (mod_hash_key_t)mechname, &hv) == 0) { in kcf_mech_hash_find()
294 kcf_create_mech_entry(kcf_ops_class_t class, char *mechname) in kcf_create_mech_entry() argument
303 if ((mechname == NULL) || (mechname[0] == 0)) in kcf_create_mech_entry()
310 mt = kcf_mech_hash_find(mechname); in kcf_create_mech_entry()
324 (void) strlcpy(me_tab[i].me_name, mechname, in kcf_create_mech_entry()
787 crypto_mech2id_common(char *mechname, boolean_t load_module) in crypto_mech2id_common() argument
789 crypto_mech_type_t mt = kcf_mech_hash_find(mechname); in crypto_mech2id_common()
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_miscapi.c65 crypto_mech2id(char *mechname) in crypto_mech2id() argument
67 return (crypto_mech2id_common(mechname, B_TRUE)); in crypto_mech2id()