Home
last modified time | relevance | path

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

/freebsd/sys/dev/glxsb/
H A Dglxsb_hash.c109 ses->ses_axf = crypto_auth_hash(csp); in glxsb_hash_setup()
/freebsd/sys/opencrypto/
H A Dcrypto.c493 crypto_auth_hash(const struct crypto_session_params *csp) in crypto_auth_hash() function
826 axf = crypto_auth_hash(csp); in check_csp()
902 axf = crypto_auth_hash(csp); in check_csp()
H A Dcryptodev.h604 const struct auth_hash *crypto_auth_hash(const struct crypto_session_params *csp);
H A Dcryptosoft.c1301 axf = crypto_auth_hash(csp); in swcr_setup_auth()
1407 axf = crypto_auth_hash(csp); in swcr_auth_supported()
H A Dcryptodev.c388 thash = crypto_auth_hash(&csp); in cse_create()
/freebsd/sys/dev/sec/
H A Dsec.c1228 ses->ss_mlen = crypto_auth_hash(csp)->hashsize; in sec_newsession()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1362 ahash = crypto_auth_hash(csp); in safexcel_setkey_hmac()
/freebsd/sys/dev/hifn/
H A Dhifn7751.c2362 ses->hs_mlen = crypto_auth_hash(csp)->hashsize; in hifn_newsession()
/freebsd/share/man/man9/
H A DMakefile1007 MLINKS+=crypto_session.9 crypto_auth_hash.9 \