Home
last modified time | relevance | path

Searched refs:control_use_cert (Results 1 – 7 of 7) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h473 int control_use_cert; member
H A Dconfigparser.y3056 cfg_parser->cfg->control_use_cert = (strcmp($2, "yes")==0);
H A Dconfig_file.c295 cfg->control_use_cert = 1; in config_create()
H A Dconfigparser.c6954 cfg_parser->cfg->control_use_cert = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-control.c518 if(!(options_remote_is_address(cfg) && cfg->control_use_cert)) in setup_ctx()
H A Dunbound-checkconf.c851 && cfg->control_use_cert) { in morechecks()
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dremote.c218 if(options_remote_is_address(cfg) && cfg->control_use_cert) { in daemon_remote_create()