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

/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h459 int control_use_cert; member in struct:config_file
H A Dconfig_file.c288 cfg->control_use_cert = 1;
H A Dconfigparser.y2912 OUTYY(("P(control_use_cert:%s)\n", $2));
2913 cfg_parser->cfg->control_use_cert = (strcmp($2, "yes")==0);
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c805 && cfg->control_use_cert) {
H A Dunbound-control.c513 if(!(options_remote_is_address(cfg) && cfg->control_use_cert))
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c212 if(options_remote_is_address(cfg) && cfg->control_use_cert) {

Completed in 192 milliseconds