Searched refs:crypto_aegis128_update_a (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | aegis128.c | 59 static void crypto_aegis128_update_a(struct aegis_state *state, in crypto_aegis128_update_a() function 92 crypto_aegis128_update_a(state, key); in crypto_aegis128_init() 93 crypto_aegis128_update_a(state, &key_iv); in crypto_aegis128_init() 105 crypto_aegis128_update_a(state, src_blk); in crypto_aegis128_ad() 138 crypto_aegis128_update_a(state, src_blk); in crypto_aegis128_encrypt_chunk() 173 crypto_aegis128_update_a(state, &msg); in crypto_aegis128_encrypt_chunk() 199 crypto_aegis128_update_a(state, &tmp); in crypto_aegis128_decrypt_chunk() 215 crypto_aegis128_update_a(state, &tmp); in crypto_aegis128_decrypt_chunk() 237 crypto_aegis128_update_a(state, &msg); in crypto_aegis128_decrypt_chunk() 262 crypto_aegis128_update_a(state, &buf); in crypto_aegis128_process_ad() [all …]
|