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

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h662 struct config_strlist* dnscrypt_provider_cert_rotated; member in struct:config_file
H A Dconfig_file.c360 cfg->dnscrypt_provider_cert_rotated = NULL;
776 else S_STRLIST("dnscrypt-provider-cert-rotated:", dnscrypt_provider_cert_rotated)
1247 else O_LST(opt, "dnscrypt-provider-cert-rotated", dnscrypt_provider_cert_rotated)
H A Dconfigparser.y3649 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert_rotated, $2))
H A Dconfigparser.c7136 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert_rotated, (yyvsp[0].str)))
/netbsd-current/external/bsd/unbound/dist/dnscrypt/
H A Ddnscrypt.c589 for (head = cfg->dnscrypt_provider_cert_rotated; head; head = head->next) {
607 for(head2 = cfg->dnscrypt_provider_cert_rotated; head2; head2 = head2->next) {

Completed in 242 milliseconds