Symbol: crypto_box_HALF_NONCEBYTES
sbin/unwind/libunbound/dnscrypt/dnscrypt.h
32
(DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_PUBLICKEYBYTES + crypto_box_HALF_NONCEBYTES + crypto_box_MACBYTES)
sbin/unwind/libunbound/dnscrypt/dnscrypt.h
37
(DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_HALF_NONCEBYTES * 2 + crypto_box_MACBYTES)
sbin/unwind/libunbound/dnscrypt/dnscrypt.h
87
uint8_t nonce[crypto_box_HALF_NONCEBYTES];
sbin/unwind/libunbound/util/netevent.h
150
uint8_t client_nonce[crypto_box_HALF_NONCEBYTES];
usr.sbin/unbound/dnscrypt/dnscrypt.c
1088
crypto_box_HALF_NONCEBYTES) != 0 ||
usr.sbin/unbound/dnscrypt/dnscrypt.c
159
dnsc_nonce_cache_key_hash(const uint8_t nonce[crypto_box_HALF_NONCEBYTES],
usr.sbin/unbound/dnscrypt/dnscrypt.c
164
h = hashlittle(nonce, crypto_box_HALF_NONCEBYTES, h);
usr.sbin/unbound/dnscrypt/dnscrypt.c
180
const uint8_t nonce[crypto_box_HALF_NONCEBYTES],
usr.sbin/unbound/dnscrypt/dnscrypt.c
192
memcpy(k->nonce, nonce, crypto_box_HALF_NONCEBYTES);
usr.sbin/unbound/dnscrypt/dnscrypt.c
216
const uint8_t nonce[crypto_box_HALF_NONCEBYTES],
usr.sbin/unbound/dnscrypt/dnscrypt.c
224
memcpy(k.nonce, nonce, crypto_box_HALF_NONCEBYTES);
usr.sbin/unbound/dnscrypt/dnscrypt.c
246
uint8_t client_nonce[crypto_box_HALF_NONCEBYTES],
usr.sbin/unbound/dnscrypt/dnscrypt.c
33
crypto_box_HALF_NONCEBYTES)
usr.sbin/unbound/dnscrypt/dnscrypt.c
337
memcpy(nonce, query_header->nonce, crypto_box_HALF_NONCEBYTES);
usr.sbin/unbound/dnscrypt/dnscrypt.c
338
memset(nonce + crypto_box_HALF_NONCEBYTES, 0, crypto_box_HALF_NONCEBYTES);
usr.sbin/unbound/dnscrypt/dnscrypt.c
371
memcpy(client_nonce, nonce, crypto_box_HALF_NONCEBYTES);
usr.sbin/unbound/dnscrypt/dnscrypt.c
403
assert(nonce[crypto_box_HALF_NONCEBYTES] == nonce[0]);
usr.sbin/unbound/dnscrypt/dnscrypt.c
41
(DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_HALF_NONCEBYTES + \
usr.sbin/unbound/dnscrypt/dnscrypt.c
42
crypto_box_HALF_NONCEBYTES)
usr.sbin/unbound/dnscrypt/dnscrypt.c
445
randombytes_buf(nonce + crypto_box_HALF_NONCEBYTES, 8/*tsn*/+4/*suffix*/);
usr.sbin/unbound/dnscrypt/dnscrypt.c
462
uint8_t client_nonce[crypto_box_HALF_NONCEBYTES],
usr.sbin/unbound/dnscrypt/dnscrypt.c
483
memcpy(nonce, client_nonce, crypto_box_HALF_NONCEBYTES);
usr.sbin/unbound/dnscrypt/dnscrypt.c
484
memcpy(nonce + crypto_box_HALF_NONCEBYTES, client_nonce,
usr.sbin/unbound/dnscrypt/dnscrypt.c
485
crypto_box_HALF_NONCEBYTES);
usr.sbin/unbound/dnscrypt/dnscrypt.c
66
uint8_t nonce[crypto_box_HALF_NONCEBYTES];
usr.sbin/unbound/dnscrypt/dnscrypt.h
32
(DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_PUBLICKEYBYTES + crypto_box_HALF_NONCEBYTES + crypto_box_MACBYTES)
usr.sbin/unbound/dnscrypt/dnscrypt.h
37
(DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_HALF_NONCEBYTES * 2 + crypto_box_MACBYTES)
usr.sbin/unbound/dnscrypt/dnscrypt.h
87
uint8_t nonce[crypto_box_HALF_NONCEBYTES];
usr.sbin/unbound/util/netevent.h
150
uint8_t client_nonce[crypto_box_HALF_NONCEBYTES];