Searched refs:dnsc_env (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/unbound/dnscrypt/ |
| H A D | dnscrypt.h | 55 struct dnsc_env { struct 96 struct dnsc_env * dnsc_create(void); 107 int dnsc_apply_cfg(struct dnsc_env *env, struct config_file *cfg); 113 void dnsc_delete(struct dnsc_env *env); 121 int dnsc_handle_curved_request(struct dnsc_env* dnscenv,
|
| H A D | dnscrypt.c | 244 dnscrypt_server_uncurve(struct dnsc_env* env, in dnscrypt_server_uncurve() 586 dnsc_parse_certs(struct dnsc_env *env, struct config_file *cfg) in dnsc_parse_certs() 664 dnsc_find_cert(struct dnsc_env* dnscenv, struct sldns_buffer* buffer) in dnsc_find_cert() 694 dnsc_load_local_data(struct dnsc_env* dnscenv, struct config_file *cfg) in dnsc_load_local_data() 802 dnsc_parse_keys(struct dnsc_env *env, struct config_file *cfg) in dnsc_parse_keys() 905 dnsc_handle_curved_request(struct dnsc_env* dnscenv, in dnsc_handle_curved_request() 957 struct dnsc_env * 960 struct dnsc_env *env; in dnsc_create() 967 env = (struct dnsc_env *) calloc(1, sizeof(struct dnsc_env)); in dnsc_create() 984 dnsc_apply_cfg(struct dnsc_env *env, struct config_file *cfg) in dnsc_apply_cfg() [all …]
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | daemon.h | 74 struct dnsc_env; 175 struct dnsc_env* dnscenv;
|
| H A D | stats.c | 229 struct dnsc_env* de = worker->daemon->dnscenv; in get_dnscrypt_cache_miss() 245 struct dnsc_env* de = worker->daemon->dnscenv; in get_dnscrypt_replay()
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 131 struct dnsc_env* dnscenv;
|