Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dcrypto.h32 uint8_t nonce_bytes[8]; in chacha20poly1305_encrypt() local
34 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() local
47 le64enc(nonce_bytes, nonce); in chacha20poly1305_decrypt()
49 nonce_bytes, sizeof(nonce_bytes), key)); in chacha20poly1305_decrypt()