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

/freebsd-11-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.c791 dnsc_parse_keys(struct dnsc_env *env, struct config_file *cfg) function
819 fatal_exit("dnsc_parse_keys: failed to load %s: %s", head->str, strerror(errno));
824 fatal_exit("dnsc_parse_keys: could not generate public key from %s", head->str);
858 fatal_exit("dnsc_parse_keys: could not match certificate for key "
967 if(dnsc_parse_keys(env, cfg) <= 0) {

Completed in 109 milliseconds