Searched refs:bottom_row (Results 1 – 1 of 1) sorted by relevance
8840 u8 bottom_row[16] = { 0 }; in chacha20poly1305_encrypt_bignonce() local8844 memcpy(&bottom_row[4], nonce, 12); in chacha20poly1305_encrypt_bignonce()8847 chacha_init(chacha20_state, le_key, bottom_row); in chacha20poly1305_encrypt_bignonce()