Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/crypto/aesni/
HDaesni.c575 ses->hash_update = intel_sha1_update; in aesni_cipher_setup()
584 ses->hash_update = intel_sha256_update; in aesni_cipher_setup()
593 ses->hash_update = intel_sha256_update; in aesni_cipher_setup()
870 ses->hash_update(&sctx, hmac_key, sizeof(hmac_key)); in aesni_cipher_mac()
873 ses->hash_update(&sctx, crp->crp_aad, in aesni_cipher_mac()
877 crp->crp_aad_length, ses->hash_update, &sctx); in aesni_cipher_mac()
883 ses->hash_update, &sctx); in aesni_cipher_mac()
886 crp->crp_payload_length, ses->hash_update, &sctx); in aesni_cipher_mac()
889 ses->hash_update(&sctx, crp->crp_esn, 4); in aesni_cipher_mac()
899 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