Searched refs:nonce_bytes (Results 1 – 1 of 1) sorted by relevance
32 uint8_t nonce_bytes[8]; in chacha20poly1305_encrypt() local34 le64enc(nonce_bytes, nonce); in chacha20poly1305_encrypt()36 nonce_bytes, sizeof(nonce_bytes), key); in chacha20poly1305_encrypt()45 uint8_t nonce_bytes[8]; in chacha20poly1305_decrypt() local47 le64enc(nonce_bytes, nonce); in chacha20poly1305_decrypt()49 nonce_bytes, sizeof(nonce_bytes), key)); in chacha20poly1305_decrypt()