Home
last modified time | relevance | path

Searched refs:auth_hash_hmac_sha1 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_sha1.c71 const struct auth_hash auth_hash_hmac_sha1 = { variable
H A Dxform_auth.h65 extern const struct auth_hash auth_hash_hmac_sha1;
H A Dcrypto.c498 return (&auth_hash_hmac_sha1); in crypto_auth_hash()
/freebsd/sys/crypto/via/
H A Dpadlock_hash.c329 axf = &auth_hash_hmac_sha1; in padlock_hash_lookup()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c616 axf = &auth_hash_hmac_sha1; in t4_tls_key_ctx()
H A Dt4_crypto.c2327 auth_hash = &auth_hash_hmac_sha1; in ccr_newsession()
/freebsd/sys/crypto/ccp/
H A Dccp.c412 auth_hash = &auth_hash_hmac_sha1; in ccp_newsession()
H A Dccp_hardware.c1002 .axf = &auth_hash_hmac_sha1,
/freebsd/sys/dev/cesa/
H A Dcesa.c433 hmac_init_ipad(&auth_hash_hmac_sha1, mkey, mklen, &auth_ctx); in cesa_set_mkey()
436 hmac_init_opad(&auth_hash_hmac_sha1, mkey, mklen, &auth_ctx); in cesa_set_mkey()
/freebsd/sys/dev/safe/
H A Dsafe.c639 hmac_init_ipad(&auth_hash_hmac_sha1, key, klen, &sha1ctx); in safe_setup_mackey()
642 hmac_init_opad(&auth_hash_hmac_sha1, key, klen, &sha1ctx); in safe_setup_mackey()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c163 .qshai_sah = &auth_hash_hmac_sha1,
/freebsd/sys/netipsec/
H A Dkey.c628 { SADB_AALG_SHA1HMAC, &auth_hash_hmac_sha1 },