Home
last modified time | relevance | path

Searched defs:CHACHA20POLY1305_NONCE_SIZE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/crypto/
H A Dchachapoly.c49 const uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE], in _chacha20poly1305_init()
207 const uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE], in chacha20poly1305_encrypt()
227 const uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE], in chacha20poly1305_decrypt()
361 const uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE], in chacha20poly1305_encrypt_mbuf()
383 const uint8_t nonce[CHACHA20POLY1305_NONCE_SIZE], in chacha20poly1305_decrypt_mbuf()
H A Dchachapoly.h23 #define CHACHA20POLY1305_NONCE_SIZE 12 macro