Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c589 for (head = cfg->dnscrypt_provider_cert_rotated; head; head = head->next) { in dnsc_parse_certs()
607 for(head2 = cfg->dnscrypt_provider_cert_rotated; head2; head2 = head2->next) { in dnsc_parse_certs()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h681 struct config_strlist* dnscrypt_provider_cert_rotated; member
H A Dconfig_file.c367 cfg->dnscrypt_provider_cert_rotated = NULL; in config_create()
790 else S_STRLIST("dnscrypt-provider-cert-rotated:", dnscrypt_provider_cert_rotated) in config_set_option()
1269 else O_LST(opt, "dnscrypt-provider-cert-rotated", dnscrypt_provider_cert_rotated) in config_get_option()
H A Dconfigparser.y3726 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert_rotated, $2))
H A Dconfigparser.c7275 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert_rotated, (yyvsp[0].str))) in yyparse()