Home
last modified time | relevance | path

Searched refs:auth_hash_hmac_ripemd_160 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_rmd160.c71 const struct auth_hash auth_hash_hmac_ripemd_160 = { variable
H A Dxform_auth.h66 extern const struct auth_hash auth_hash_hmac_ripemd_160;
H A Dcrypto.c510 return (&auth_hash_hmac_ripemd_160); in crypto_auth_hash()
/freebsd/sys/crypto/via/
H A Dpadlock_hash.c332 axf = &auth_hash_hmac_ripemd_160; in padlock_hash_lookup()