Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/crypto/
H A Dchacha20poly1305-selftest.c8835 u32 chacha20_state[CHACHA_STATE_WORDS]; in chacha20poly1305_encrypt_bignonce() local
8847 chacha_init(chacha20_state, le_key, bottom_row); in chacha20poly1305_encrypt_bignonce()
8848 chacha20_crypt(chacha20_state, b.block0, b.block0, sizeof(b.block0)); in chacha20poly1305_encrypt_bignonce()
8852 chacha20_crypt(chacha20_state, dst, src, src_len); in chacha20poly1305_encrypt_bignonce()
/kernel/linux/linux-6.6/lib/crypto/
H A Dchacha20poly1305-selftest.c8835 u32 chacha20_state[CHACHA_STATE_WORDS]; in chacha20poly1305_encrypt_bignonce() local
8847 chacha_init(chacha20_state, le_key, bottom_row); in chacha20poly1305_encrypt_bignonce()
8848 chacha20_crypt(chacha20_state, b.block0, b.block0, sizeof(b.block0)); in chacha20poly1305_encrypt_bignonce()
8852 chacha20_crypt(chacha20_state, dst, src, src_len); in chacha20poly1305_encrypt_bignonce()

Completed in 25 milliseconds