Searched refs:crypto_aegis128_update_a (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | aegis128-core.c | 86 static void crypto_aegis128_update_a(struct aegis_state *state, in crypto_aegis128_update_a() function 129 crypto_aegis128_update_a(state, key); in crypto_aegis128_init() 130 crypto_aegis128_update_a(state, &key_iv); in crypto_aegis128_init() 142 crypto_aegis128_update_a(state, src_blk); in crypto_aegis128_ad() 175 crypto_aegis128_update_a(state, src_blk); in crypto_aegis128_encrypt_chunk() 210 crypto_aegis128_update_a(state, &msg); in crypto_aegis128_encrypt_chunk() 236 crypto_aegis128_update_a(state, &tmp); in crypto_aegis128_decrypt_chunk() 252 crypto_aegis128_update_a(state, &tmp); in crypto_aegis128_decrypt_chunk() 274 crypto_aegis128_update_a(state, &msg); in crypto_aegis128_decrypt_chunk() 299 crypto_aegis128_update_a(stat in crypto_aegis128_process_ad() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | aegis128-core.c | 73 static void crypto_aegis128_update_a(struct aegis_state *state, in crypto_aegis128_update_a() function 118 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(stat in crypto_aegis128_process_ad() [all...] |
Completed in 2 milliseconds