Home
last modified time | relevance | path

Searched refs:crypto_box_PUBLICKEYBYTES (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/unbound/dnscrypt/
Ddnscrypt.c32 (DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_PUBLICKEYBYTES + \
53 (1 + crypto_box_PUBLICKEYBYTES + crypto_box_SECRETKEYBYTES)
70 uint8_t client_publickey[crypto_box_PUBLICKEYBYTES];
92 memcpy(key + 1, pk, crypto_box_PUBLICKEYBYTES); in dnsc_shared_secrets_cache_key()
93 memcpy(key + 1 + crypto_box_PUBLICKEYBYTES, sk, crypto_box_SECRETKEYBYTES); in dnsc_shared_secrets_cache_key()
161 const uint8_t pk[crypto_box_PUBLICKEYBYTES]) in dnsc_nonce_cache_key_hash() argument
166 return hashlittle(pk, crypto_box_PUBLICKEYBYTES, h); in dnsc_nonce_cache_key_hash()
182 const uint8_t pk[crypto_box_PUBLICKEYBYTES], in dnsc_nonce_cache_insert() argument
194 memcpy(k->client_publickey, pk, crypto_box_PUBLICKEYBYTES); in dnsc_nonce_cache_insert()
218 const uint8_t pk[crypto_box_PUBLICKEYBYTES], in dnsc_nonces_lookup() argument
[all …]
Ddnscrypt.h32 …(DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_PUBLICKEYBYTES + crypto_box_HALF_NONCEBYTES + crypto_box_M…
45 uint8_t crypt_publickey[crypto_box_PUBLICKEYBYTES];
86 uint8_t publickey[crypto_box_PUBLICKEYBYTES];
Dcert.h24 uint8_t server_publickey[crypto_box_PUBLICKEYBYTES];
/openbsd/src/sbin/unwind/libunbound/dnscrypt/
Ddnscrypt.h32 …(DNSCRYPT_MAGIC_HEADER_LEN + crypto_box_PUBLICKEYBYTES + crypto_box_HALF_NONCEBYTES + crypto_box_M…
45 uint8_t crypt_publickey[crypto_box_PUBLICKEYBYTES];
86 uint8_t publickey[crypto_box_PUBLICKEYBYTES];