Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/util/
HDconfig_file.h516 int control_use_cert; member
HDconfig_file.c313 cfg->control_use_cert = 1; in config_create()
HDconfigparser.y3458 cfg_parser->cfg->control_use_cert = (strcmp($2, "yes")==0);
HDconfigparser.c7001 cfg_parser->cfg->control_use_cert = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd-14-stable/contrib/unbound/smallapp/
HDunbound-control.c535 if(!(options_remote_is_address(cfg) && cfg->control_use_cert)) in setup_ctx()
HDunbound-checkconf.c915 && cfg->control_use_cert) { in morechecks()
/freebsd-14-stable/contrib/unbound/daemon/
HDremote.c184 if(options_remote_is_address(cfg) && cfg->control_use_cert) { in daemon_remote_create()