Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h446 #define KCF_TO_PROV_MECHINFO(pd, mech_type) \ macro
450 (KCF_TO_PROV_MECHINFO(pd, mech_type).cm_mech_number)
453 ((KCF_TO_PROV_MECHINFO(pd, mech_type).cm_mech_flags) & \
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c168 sinfo = &(KCF_TO_PROV_MECHINFO(tpd, mech->cm_type)); in crypto_cipher_init_prov()