HomeSort by: relevance | last modified time | path
    Searched refs:nmkey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.c 105 * \param[in] nmkey: a uint8_t pointer of size crypto_box_BEFORENMBYTES which
112 uint8_t nmkey[crypto_box_BEFORENMBYTES])
122 memcpy(d, nmkey, crypto_box_BEFORENMBYTES);
234 * client_nonce, a shared secret will be computed and stored in nmkey and the
239 * \param[in] nmkey where the shared secret key will be written.
247 uint8_t nmkey[crypto_box_BEFORENMBYTES],
312 nmkey, query_header->publickey,
320 if (crypto_box_beforenm(nmkey,
330 nmkey);
333 memcpy(nmkey, entry->data, crypto_box_BEFORENMBYTES)
    [all...]
  /src/external/bsd/unbound/dist/util/
netevent.h 151 uint8_t nmkey[crypto_box_BEFORENMBYTES]; member in struct:comm_reply

Completed in 17 milliseconds