Home
last modified time | relevance | path

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

/linux-6.15/lib/crypto/
H A Dchacha20poly1305.c228 u8 chacha_stream[CHACHA_BLOCK_SIZE]; in chacha20poly1305_crypt_sg_inplace() member
267 crypto_xor(addr, b.chacha_stream + partial, l); in chacha20poly1305_crypt_sg_inplace()
285 chacha20_crypt(chacha_state, b.chacha_stream, pad0, in chacha20poly1305_crypt_sg_inplace()
287 crypto_xor(addr, b.chacha_stream, length); in chacha20poly1305_crypt_sg_inplace()