Searched refs:crypto_aegis128_process_ad (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/crypto/ |
H A D | aegis128-core.c | 276 static void crypto_aegis128_process_ad(struct aegis_state *state, in crypto_aegis128_process_ad() function 400 crypto_aegis128_process_ad(&state, req->src, req->assoclen, false); in crypto_aegis128_encrypt_generic() 426 crypto_aegis128_process_ad(&state, req->src, req->assoclen, false); in crypto_aegis128_decrypt_generic() 464 crypto_aegis128_process_ad(&state, req->src, req->assoclen, true); in crypto_aegis128_encrypt_simd() 492 crypto_aegis128_process_ad(&state, req->src, req->assoclen, true); in crypto_aegis128_decrypt_simd()
|