Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dchacha20poly1305_kunit.c8834 struct chacha_state chacha20_state; in chacha20poly1305_encrypt_bignonce() local
8846 chacha_init(&chacha20_state, le_key, bottom_row); in chacha20poly1305_encrypt_bignonce()
8847 chacha20_crypt(&chacha20_state, b.block0, b.block0, sizeof(b.block0)); in chacha20poly1305_encrypt_bignonce()
8851 chacha20_crypt(&chacha20_state, dst, src, src_len); in chacha20poly1305_encrypt_bignonce()