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

  /src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.h 53 } dnsccert; typedef in typeref:struct:cert_
58 dnsccert *certs;
dnscrypt.c 232 * Decrypt a query using the dnsccert that was found using dnsc_find_cert.
245 const dnsccert *cert,
449 * Encrypt a reply using the dnsccert that was used with the query.
452 * \param[in] cert the dnsccert that matches this encrypted query.
461 dnscrypt_server_curve(const dnsccert *cert,
651 * \return a dnsccert * if we found a cert matching the magic_number of the
654 static const dnsccert *
657 const dnsccert *certs = dnscenv->certs;
785 * a list of dnsccert with es_version, magic number and secret/public keys
833 dnsccert *current_cert = &env->certs[cert_id++]
    [all...]
  /src/external/bsd/unbound/dist/util/
netevent.h 152 const dnsccert *dnsc_cert;

Completed in 46 milliseconds