Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dchacha20poly1305-selftest.c8840 u8 bottom_row[16] = { 0 }; in chacha20poly1305_encrypt_bignonce() local
8844 memcpy(&bottom_row[4], nonce, 12); in chacha20poly1305_encrypt_bignonce()
8847 chacha_init(chacha20_state, le_key, bottom_row); in chacha20poly1305_encrypt_bignonce()