Searched refs:dnscenv (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.c648 * \param[in] dnscenv The DNSCrypt environment, which contains the list of certs
655 dnsc_find_cert(struct dnsc_env* dnscenv, struct sldns_buffer* buffer) argument
657 const dnsccert *certs = dnscenv->certs;
665 for (i = 0U; i < dnscenv->signed_certs_count; i++) {
683 dnsc_load_local_data(struct dnsc_env* dnscenv, struct config_file *cfg) argument
688 strdup(dnscenv->provider_name),
691 dnscenv->provider_name);
697 for(i=0; i<dnscenv->signed_certs_count; i++) {
703 struct SignedCert *cert = dnscenv->signed_certs + i;
705 for(j=0; j<dnscenv
884 dnsc_handle_curved_request(struct dnsc_env* dnscenv, struct comm_reply* repinfo) argument
[all...]
H A Ddnscrypt.h121 int dnsc_handle_curved_request(struct dnsc_env* dnscenv,
/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.h139 struct dnsc_env* dnscenv; member in struct:daemon
H A Dstats.c226 struct dnsc_env* de = worker->daemon->dnscenv;
242 struct dnsc_env* de = worker->daemon->dnscenv;
300 if(worker->daemon->dnscenv) {
304 worker->daemon->dnscenv->shared_secrets_cache);
306 worker->daemon->dnscenv->nonces_cache);
H A Ddaemon.c610 daemon->dnscenv = dnsc_create();
611 if (!daemon->dnscenv)
613 dnsc_apply_cfg(daemon->dnscenv, daemon->cfg);
753 dnsc_delete(daemon->dnscenv);
754 daemon->dnscenv = NULL;
H A Dworker.c1126 if(!dnsc_handle_curved_request(worker->daemon->dnscenv, repinfo)) {
1152 worker->daemon->dnscenv->provider_name) == 0)) {
1155 worker->daemon->dnscenv->provider_name,
H A Dremote.c809 if(daemon->dnscenv) {
811 daemon->dnscenv->shared_secrets_cache);
812 dnscrypt_nonce = slabhash_get_mem(daemon->dnscenv->nonces_cache);
/freebsd-11-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c258 if(worker->daemon->dnscenv) {
260 worker->daemon->dnscenv->shared_secrets_cache);
262 worker->daemon->dnscenv->nonces_cache);

Completed in 90 milliseconds