Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/aesni/
H A Daesni.c579 ses->hash_update = intel_sha1_update; in aesni_cipher_setup()
588 ses->hash_update = intel_sha256_update; in aesni_cipher_setup()
597 ses->hash_update = intel_sha256_update; in aesni_cipher_setup()
859 ses->hash_update(&sctx, crp->crp_aad, in aesni_cipher_mac()
863 crp->crp_aad_length, ses->hash_update, &sctx); in aesni_cipher_mac()
869 ses->hash_update, &sctx); in aesni_cipher_mac()
875 ses->hash_update(&sctx, crp->crp_esn, 4); in aesni_cipher_mac()
886 ses->hash_update(&sctx, res, ses->hash_len); in aesni_cipher_mac()
893 ses->hash_update(&sctx, crp->crp_aad, in aesni_cipher_mac()
903 ses->hash_update, &sctx); in aesni_cipher_mac()
[all …]
H A Daesni.h64 int (*hash_update)(void *, const void *, u_int); member