Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/dnscrypt/
H A Ddnscrypt.c159 dnsc_nonce_cache_key_hash(const uint8_t nonce[crypto_box_HALF_NONCEBYTES], in dnsc_nonce_cache_key_hash()
180 const uint8_t nonce[crypto_box_HALF_NONCEBYTES], in dnsc_nonce_cache_insert()
216 const uint8_t nonce[crypto_box_HALF_NONCEBYTES], in dnsc_nonces_lookup()
246 uint8_t client_nonce[crypto_box_HALF_NONCEBYTES], in dnscrypt_server_uncurve()
462 uint8_t client_nonce[crypto_box_HALF_NONCEBYTES], in dnscrypt_server_curve()
H A Ddnscrypt.h25 #define crypto_box_HALF_NONCEBYTES (crypto_box_NONCEBYTES / 2U) macro