Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/glxsb/
H A Dglxsb_hash.c110 ses->ses_axf = crypto_auth_hash(csp); in glxsb_hash_setup()
/freebsd-14.2/sys/opencrypto/
H A Dcrypto.c500 crypto_auth_hash(const struct crypto_session_params *csp) in crypto_auth_hash() function
833 axf = crypto_auth_hash(csp); in check_csp()
909 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.c1302 axf = crypto_auth_hash(csp); in swcr_setup_auth()
1408 axf = crypto_auth_hash(csp); in swcr_auth_supported()
H A Dcryptodev.c389 thash = crypto_auth_hash(&csp); in cse_create()
/freebsd-14.2/sys/dev/sec/
H A Dsec.c1229 ses->ss_mlen = crypto_auth_hash(csp)->hashsize; in sec_newsession()
/freebsd-14.2/sys/dev/safexcel/
H A Dsafexcel.c1363 ahash = crypto_auth_hash(csp); in safexcel_setkey_hmac()
/freebsd-14.2/sys/dev/hifn/
H A Dhifn7751.c2364 ses->hs_mlen = crypto_auth_hash(csp)->hashsize; in hifn_newsession()
/freebsd-14.2/share/man/man9/
H A DMakefile977 MLINKS+=crypto_session.9 crypto_auth_hash.9 \