Searched refs:chacha20_state (Results 1 – 1 of 1) sorted by relevance
8835 u32 chacha20_state[CHACHA_STATE_WORDS]; in chacha20poly1305_encrypt_bignonce() local8847 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()