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

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h658 struct config_strlist* dnscrypt_provider_cert; member in struct:config_file
H A Dconfig_file.c359 cfg->dnscrypt_provider_cert = NULL;
775 else S_STRLIST_UNIQ("dnscrypt-provider-cert:", dnscrypt_provider_cert)
1246 else O_LST(opt, "dnscrypt-provider-cert", dnscrypt_provider_cert)
H A Dconfigparser.y3640 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_provider_cert, $2))
3642 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert, $2))
H A Dconfigparser.c7124 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_provider_cert, (yyvsp[0].str)))
7126 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert, (yyvsp[0].str)))
/netbsd-current/external/bsd/unbound/dist/dnscrypt/
H A Ddnscrypt.c586 for (head = cfg->dnscrypt_provider_cert; head; head = head->next) {
599 for(head = cfg->dnscrypt_provider_cert; head; head = head->next, signed_cert_id++) {

Completed in 286 milliseconds