Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_auth.h67 extern const struct auth_hash auth_hash_hmac_sha2_224;
H A Dxform_sha2.c111 const struct auth_hash auth_hash_hmac_sha2_224 = { variable
H A Dcrypto.c500 return (&auth_hash_hmac_sha2_224); in crypto_auth_hash()
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c1010 .axf = &auth_hash_hmac_sha2_224,
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c2334 auth_hash = &auth_hash_hmac_sha2_224; in ccr_newsession()