Home
last modified time | relevance | path

Searched refs:SUN_CKM_SHA512_HMAC (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c35 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()
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h44 #define SUN_CKM_SHA512_HMAC "CKM_SHA512_HMAC" macro
/freebsd/sys/contrib/openzfs/include/sys/crypto/
H A Dcommon.h83 #define SUN_CKM_SHA512_HMAC "CKM_SHA512_HMAC" macro
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c295 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_key_init()
642 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_key_unwrap()
689 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_do_hmac()
1150 mech.cm_type = crypto_mech2id(SUN_CKM_SHA512_HMAC); in zio_crypt_do_objset_hmacs()
/freebsd/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c65 {SUN_CKM_SHA512_HMAC, SHA512_HMAC_MECH_INFO_TYPE,