Searched refs:crypto_box_HALF_NONCEBYTES (Results 1 – 4 of 4) sorted by relevance
33 crypto_box_HALF_NONCEBYTES)41 (DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_HALF_NONCEBYTES + \42 crypto_box_HALF_NONCEBYTES)66 uint8_t nonce[crypto_box_HALF_NONCEBYTES];159 dnsc_nonce_cache_key_hash(const uint8_t nonce[crypto_box_HALF_NONCEBYTES], in dnsc_nonce_cache_key_hash() argument164 h = hashlittle(nonce, crypto_box_HALF_NONCEBYTES, h); in dnsc_nonce_cache_key_hash()180 const uint8_t nonce[crypto_box_HALF_NONCEBYTES], in dnsc_nonce_cache_insert() argument192 memcpy(k->nonce, nonce, crypto_box_HALF_NONCEBYTES); in dnsc_nonce_cache_insert()216 const uint8_t nonce[crypto_box_HALF_NONCEBYTES], in dnsc_nonces_lookup() argument224 memcpy(k.nonce, nonce, crypto_box_HALF_NONCEBYTES); in dnsc_nonces_lookup()[all …]
25 #define crypto_box_HALF_NONCEBYTES (crypto_box_NONCEBYTES / 2U) macro32 …(DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_PUBLICKEYBYTES + crypto_box_HALF_NONCEBYTES + crypto_box_M…37 (DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_HALF_NONCEBYTES * 2 + crypto_box_MACBYTES)87 uint8_t nonce[crypto_box_HALF_NONCEBYTES];
150 uint8_t client_nonce[crypto_box_HALF_NONCEBYTES];
3473 uint8_t client_nonce[crypto_box_HALF_NONCEBYTES];