Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/crypto/aesni/
HDaesni.c516 ses->hash_update = intel_sha1_update; in aesni_cipher_setup()
525 ses->hash_update = intel_sha256_update; in aesni_cipher_setup()
534 ses->hash_update = intel_sha256_update; in aesni_cipher_setup()
800 ses->hash_update(&sctx, hmac_key, sizeof(hmac_key)); in aesni_cipher_mac()
803 ses->hash_update(&sctx, crp->crp_aad, in aesni_cipher_mac()
807 crp->crp_aad_length, ses->hash_update, &sctx); in aesni_cipher_mac()
813 ses->hash_update, &sctx); in aesni_cipher_mac()
816 crp->crp_payload_length, ses->hash_update, &sctx); in aesni_cipher_mac()
819 ses->hash_update(&sctx, crp->crp_esn, 4); in aesni_cipher_mac()
829 ses->hash_update(&sctx, hmac_key, sizeof(hmac_key)); in aesni_cipher_mac()
[all …]
HDaesni.h62 int (*hash_update)(void *, const void *, u_int); member
/freebsd-14-stable/sys/dev/qat/qat_api/firmware/include/
HDicp_qat_hw_20_comp.h45 icp_qat_hw_comp_20_skip_hash_update_t hash_update; member
95 csr.hash_update, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
/freebsd-14-stable/sys/dev/qat/qat_api/common/compression/
HDdc_session.c283 hw_comp_lower_csr.hash_update = in dcCompHwBlockPopulateGen4()