Searched refs:dnsc_env (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.h55 struct dnsc_env { struct
93 * Initialize sodium library and allocate the dnsc_env structure.
94 * \return an uninitialized struct dnsc_env.
96 struct dnsc_env * dnsc_create(void);
103 * \param[in] env the struct dnsc_env to populate.
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 Ddnscrypt.c244 dnscrypt_server_uncurve(struct dnsc_env* env,
571 * dnsc_env.
572 * \param[in] env the dnsc_env structure to load the certs into.
577 dnsc_parse_certs(struct dnsc_env *env, struct config_file *cfg)
655 dnsc_find_cert(struct dnsc_env* dnscenv, struct sldns_buffer* buffer)
683 dnsc_load_local_data(struct dnsc_env* dnscenv, struct config_file *cfg)
787 * \param[in] env The dnsc_env structure which will hold the keypairs.
791 dnsc_parse_keys(struct dnsc_env *env, struct config_file *cfg)
884 dnsc_handle_curved_request(struct dnsc_env* dnscenv,
935 struct dnsc_env *
[all...]
/freebsd-12-stable/contrib/unbound/daemon/
H A Ddaemon.h69 struct dnsc_env;
139 struct dnsc_env* dnscenv;
H A Dstats.c226 struct dnsc_env* de = worker->daemon->dnscenv;
242 struct dnsc_env* de = worker->daemon->dnscenv;

Completed in 116 milliseconds