Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcrypto.c523 crypto_auth_hash(const struct crypto_session_params *csp) in crypto_auth_hash() function
817 axf = crypto_auth_hash(csp); in check_csp()
871 axf = crypto_auth_hash(csp); in check_csp()
H A Dcryptodev.h633 struct auth_hash *crypto_auth_hash(const struct crypto_session_params *csp);
H A Dcryptosoft.c1011 axf = crypto_auth_hash(csp); in swcr_setup_auth()
1179 axf = crypto_auth_hash(csp); in swcr_auth_supported()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmsec.c440 ses->hs_mlen = crypto_auth_hash(csp)->hashsize; in xlp_sec_newsession()