Home
last modified time | relevance | path

Searched refs:dnscenv (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c655 dnsc_find_cert(struct dnsc_env* dnscenv, struct sldns_buffer* buffer) in dnsc_find_cert() argument
657 const dnsccert *certs = dnscenv->certs; in dnsc_find_cert()
665 for (i = 0U; i < dnscenv->signed_certs_count; i++) { in dnsc_find_cert()
683 dnsc_load_local_data(struct dnsc_env* dnscenv, struct config_file *cfg) in dnsc_load_local_data() argument
688 strdup(dnscenv->provider_name), in dnsc_load_local_data()
691 dnscenv->provider_name); in dnsc_load_local_data()
697 for(i=0; i<dnscenv->signed_certs_count; i++) { in dnsc_load_local_data()
703 struct SignedCert *cert = dnscenv->signed_certs + i; in dnsc_load_local_data()
705 for(j=0; j<dnscenv->rotated_certs_count; j++){ in dnsc_load_local_data()
706 if(cert == dnscenv->rotated_certs[j]) { in dnsc_load_local_data()
[all …]
H A Ddnscrypt.h121 int dnsc_handle_curved_request(struct dnsc_env* dnscenv,
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c264 if(worker->daemon->dnscenv) { in shm_main_run()
266 worker->daemon->dnscenv->shared_secrets_cache); in shm_main_run()
268 worker->daemon->dnscenv->nonces_cache); in shm_main_run()
/freebsd/contrib/unbound/daemon/
H A Dstats.c229 struct dnsc_env* de = worker->daemon->dnscenv; in get_dnscrypt_cache_miss()
245 struct dnsc_env* de = worker->daemon->dnscenv; in get_dnscrypt_replay()
306 if(worker->daemon->dnscenv) { in server_stats_compile()
310 worker->daemon->dnscenv->shared_secrets_cache); in server_stats_compile()
312 worker->daemon->dnscenv->nonces_cache); in server_stats_compile()
H A Ddaemon.c735 daemon->dnscenv = dnsc_create(); in daemon_fork()
736 if (!daemon->dnscenv) in daemon_fork()
738 dnsc_apply_cfg(daemon->dnscenv, daemon->cfg); in daemon_fork()
913 dnsc_delete(daemon->dnscenv); in daemon_cleanup()
914 daemon->dnscenv = NULL; in daemon_cleanup()
H A Ddaemon.h149 struct dnsc_env* dnscenv; member
H A Dworker.c1411 if(!dnsc_handle_curved_request(worker->daemon->dnscenv, repinfo)) { in worker_handle_request()
1438 worker->daemon->dnscenv->provider_name) == 0)) { in worker_handle_request()
1441 worker->daemon->dnscenv->provider_name, in worker_handle_request()
H A Dremote.c820 if(daemon->dnscenv) { in print_mem()
822 daemon->dnscenv->shared_secrets_cache); in print_mem()
823 dnscrypt_nonce = slabhash_get_mem(daemon->dnscenv->nonces_cache); in print_mem()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch117 dnsc_delete(daemon->dnscenv);
118 daemon->dnscenv = NULL;
131 struct dnsc_env* dnscenv;