Searched refs:crypto_mech2id (Results 1 – 4 of 4) sorted by relevance
65 crypto_mech2id(char *mechname) in crypto_mech2id() function126 EXPORT_SYMBOL(crypto_mech2id);
34 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in hkdf_sha512_extract()81 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in hkdf_sha512_expand()
272 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_init()278 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_key_init()401 mech.cm_type = crypto_mech2id(crypt_info.ci_mechname); in zio_do_crypt_uio()629 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_unwrap()635 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_key_unwrap()682 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_do_hmac()1137 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_do_objset_hmacs()
61 extern crypto_mech_type_t crypto_mech2id(crypto_mech_name_t name);