Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/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
/openbsd/sbin/unwind/libunbound/dnscrypt/
H A Ddnscrypt.h25 #define crypto_box_HALF_NONCEBYTES (crypto_box_NONCEBYTES / 2U) macro