Searched refs:hash_update (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/crypto/aesni/ |
H A D | aesni.c | 515 ses->hash_update = intel_sha1_update; in aesni_cipher_setup() 524 ses->hash_update = intel_sha256_update; in aesni_cipher_setup() 533 ses->hash_update = intel_sha256_update; in aesni_cipher_setup() 799 ses->hash_update(&sctx, hmac_key, sizeof(hmac_key)); in aesni_cipher_mac() 802 ses->hash_update(&sctx, crp->crp_aad, in aesni_cipher_mac() 806 crp->crp_aad_length, ses->hash_update, &sctx); in aesni_cipher_mac() 812 ses->hash_update, &sctx); in aesni_cipher_mac() 815 crp->crp_payload_length, ses->hash_update, &sctx); in aesni_cipher_mac() 818 ses->hash_update(&sctx, crp->crp_esn, 4); in aesni_cipher_mac() 828 ses->hash_update(&sctx, hmac_key, sizeof(hmac_key)); in aesni_cipher_mac() [all …]
|
H A D | aesni.h | 62 int (*hash_update)(void *, const void *, u_int); member
|
/freebsd/sys/dev/qat/qat_api/firmware/include/ |
H A D | icp_qat_hw_20_comp.h | 45 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/sys/dev/qat/qat_api/common/compression/ |
H A D | dc_session.c | 283 hw_comp_lower_csr.hash_update = in dcCompHwBlockPopulateGen4()
|