Searched refs:dnsccert (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.h53 } dnsccert; typedef in typeref:struct:cert_
58 dnsccert *certs;
H A Ddnscrypt.c232 * 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_cer
[all...]
/freebsd-12-stable/contrib/unbound/util/
H A Dnetevent.h137 const dnsccert *dnsc_cert;

Completed in 105 milliseconds