Searched refs:crypto_mech2id (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/api/
H A Dkcf_miscapi.c45 * crypto_mech2id()
65 crypto_mech2id(char *mechname) function
126 EXPORT_SYMBOL(crypto_mech2id); variable
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c34 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
81 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c272 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname);
278 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
401 mech.cm_type = crypto_mech2id(crypt_info.ci_mechname);
629 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname);
635 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
682 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
1137 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/crypto/
H A Dapi.h61 extern crypto_mech_type_t crypto_mech2id(crypto_mech_name_t name);

Completed in 66 milliseconds