Searched refs:chacha_iv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | chacha20poly1305.c | 84 static void chacha_iv(u8 *iv, struct aead_request *req, u32 icb) in chacha_iv() function 134 chacha_iv(creq->iv, req, 1); in chacha_decrypt() 379 chacha_iv(creq->iv, req, 0); in poly_genkey() 410 chacha_iv(creq->iv, req, 1); in chacha_encrypt()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | chacha20poly1305.c | 84 static void chacha_iv(u8 *iv, struct aead_request *req, u32 icb) in chacha_iv() function 134 chacha_iv(creq->iv, req, 1); in chacha_decrypt() 379 chacha_iv(creq->iv, req, 0); in poly_genkey() 410 chacha_iv(creq->iv, req, 1); in chacha_encrypt()
|
Completed in 3 milliseconds