Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_rmd160.c61 struct auth_hash auth_hash_hmac_ripemd_160 = { variable
H A Dxform_auth.h68 extern struct auth_hash auth_hash_hmac_ripemd_160;
H A Dcrypto.c540 return (&auth_hash_hmac_ripemd_160); in crypto_auth_hash()
H A Dcryptodev.c460 thash = &auth_hash_hmac_ripemd_160; in cse_create()
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c338 axf = &auth_hash_hmac_ripemd_160; in padlock_hash_lookup()