Home
last modified time | relevance | path

Searched refs:crypto_aegis128_process_ad (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Daegis128-core.c276 static void crypto_aegis128_process_ad(struct aegis_state *state, in crypto_aegis128_process_ad() function
398 crypto_aegis128_process_ad(&state, req->src, req->assoclen, false); in crypto_aegis128_encrypt_generic()
424 crypto_aegis128_process_ad(&state, req->src, req->assoclen, false); in crypto_aegis128_decrypt_generic()
462 crypto_aegis128_process_ad(&state, req->src, req->assoclen, true); in crypto_aegis128_encrypt_simd()
490 crypto_aegis128_process_ad(&state, req->src, req->assoclen, true); in crypto_aegis128_decrypt_simd()