Searched refs:crypto_aegis128_update_a (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | aegis128-core.c | 87 static void crypto_aegis128_update_a(struct aegis_state *state, in crypto_aegis128_update_a() function 130 crypto_aegis128_update_a(state, key); in crypto_aegis128_init() 131 crypto_aegis128_update_a(state, &key_iv); in crypto_aegis128_init() 143 crypto_aegis128_update_a(state, src_blk); in crypto_aegis128_ad() 176 crypto_aegis128_update_a(state, src_blk); in crypto_aegis128_encrypt_chunk() 211 crypto_aegis128_update_a(state, &msg); in crypto_aegis128_encrypt_chunk() 237 crypto_aegis128_update_a(state, &tmp); in crypto_aegis128_decrypt_chunk() 253 crypto_aegis128_update_a(state, &tmp); in crypto_aegis128_decrypt_chunk() 275 crypto_aegis128_update_a(state, &msg); in crypto_aegis128_decrypt_chunk() 300 crypto_aegis128_update_a(state, &buf); in crypto_aegis128_process_ad() [all …]
|