HomeSort by: relevance | last modified time | path
    Searched refs:dnsc_env (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.h 55 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,
dnscrypt.c 244 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)
886 dnsc_handle_curved_request(struct dnsc_env* dnscenv,
937 struct dnsc_env *
    [all...]
  /src/external/bsd/unbound/dist/daemon/
daemon.h 73 struct dnsc_env;
172 struct dnsc_env* dnscenv;
stats.c 229 struct dnsc_env* de = worker->daemon->dnscenv;
245 struct dnsc_env* de = worker->daemon->dnscenv;

Completed in 19 milliseconds