Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Daegis128-core.c280 static void crypto_aegis128_process_ad(struct aegis_state *state, in crypto_aegis128_process_ad() function
405 crypto_aegis128_process_ad(&state, req->src, req->assoclen); in crypto_aegis128_encrypt()
412 crypto_aegis128_process_ad(&state, req->src, req->assoclen); in crypto_aegis128_encrypt()
440 crypto_aegis128_process_ad(&state, req->src, req->assoclen); in crypto_aegis128_decrypt()
447 crypto_aegis128_process_ad(&state, req->src, req->assoclen); in crypto_aegis128_decrypt()
/kernel/linux/linux-6.6/crypto/
H A Daegis128-core.c276 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()

Completed in 3 milliseconds