Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dchacha20poly1305.c231 u8 chacha_stream[CHACHA_BLOCK_SIZE]; in chacha20poly1305_crypt_sg_inplace() member
270 crypto_xor(addr, b.chacha_stream + partial, l); in chacha20poly1305_crypt_sg_inplace()
288 chacha20_crypt(&chacha_state, b.chacha_stream, pad0, in chacha20poly1305_crypt_sg_inplace()
290 crypto_xor(addr, b.chacha_stream, length); in chacha20poly1305_crypt_sg_inplace()