Home
last modified time | relevance | path

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

/linux-5.19.10/lib/crypto/
Dchacha20poly1305.c229 u8 chacha_stream[CHACHA_BLOCK_SIZE]; in chacha20poly1305_crypt_sg_inplace() member
268 crypto_xor(addr, b.chacha_stream + partial, l); in chacha20poly1305_crypt_sg_inplace()
286 chacha20_crypt(chacha_state, b.chacha_stream, pad0, in chacha20poly1305_crypt_sg_inplace()
288 crypto_xor(addr, b.chacha_stream, length); in chacha20poly1305_crypt_sg_inplace()