Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c169 me_tab[i].me_mechid = KCF_MECHID(class, i); in kcf_create_mech_entry()
420 ASSERT(found->me_mechid != CRYPTO_MECH_INVALID); in crypto_mech2id()
421 return (found->me_mechid); in crypto_mech2id()
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h185 crypto_mech_type_t me_mechid; /* Internal id for mechanism */ member