Searched refs:crypto_aegis128_process_ad (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/crypto/ |
D | aegis128-core.c | 276 static void crypto_aegis128_process_ad(struct aegis_state *state, in crypto_aegis128_process_ad() function 401 crypto_aegis128_process_ad(&state, req->src, req->assoclen, false); in crypto_aegis128_encrypt_generic() 427 crypto_aegis128_process_ad(&state, req->src, req->assoclen, false); in crypto_aegis128_decrypt_generic() 465 crypto_aegis128_process_ad(&state, req->src, req->assoclen, true); in crypto_aegis128_encrypt_simd() 493 crypto_aegis128_process_ad(&state, req->src, req->assoclen, true); in crypto_aegis128_decrypt_simd()
|