Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Daegis128-core.c118 crypto_aegis128_update_a(state, key, false); in crypto_aegis128_init()
119 crypto_aegis128_update_a(state, &key_iv, false); in crypto_aegis128_init()
132 crypto_aegis128_update_a(state, src_blk, do_simd); in crypto_aegis128_ad()
171 crypto_aegis128_update_a(state, src_blk, false); in crypto_aegis128_encrypt_chunk()
206 crypto_aegis128_update_a(state, &msg, false); in crypto_aegis128_encrypt_chunk()
232 crypto_aegis128_update_a(state, &tmp, false); in crypto_aegis128_decrypt_chunk()
248 crypto_aegis128_update_a(state, &tmp, false); in crypto_aegis128_decrypt_chunk()
270 crypto_aegis128_update_a(state, &msg, false); in crypto_aegis128_decrypt_chunk()
296 crypto_aegis128_update_a(state, &buf, do_simd); in crypto_aegis128_process_ad()
318 crypto_aegis128_update_a(state, &buf, do_simd); in crypto_aegis128_process_ad()
[all …]