Home
last modified time | relevance | path

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

/freebsd-14.2/sys/crypto/aesni/
H A Daesni.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()
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()
819 ses->hash_update(&sctx, crp->crp_esn, 4); in aesni_cipher_mac()
830 ses->hash_update(&sctx, res, ses->hash_len); in aesni_cipher_mac()
837 ses->hash_update(&sctx, crp->crp_aad, in aesni_cipher_mac()
847 ses->hash_update, &sctx); in aesni_cipher_mac()
[all …]
H A Daesni.h62 int (*hash_update)(void *, const void *, u_int); member
/freebsd-14.2/sys/dev/qat/qat_api/firmware/include/
H A Dicp_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.2/sys/dev/qat/qat_api/common/compression/
H A Ddc_session.c283 hw_comp_lower_csr.hash_update = in dcCompHwBlockPopulateGen4()