Home
last modified time | relevance | path

Searched refs:isWildcardExpanded (Results 1 – 2 of 2) sorted by relevance

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dvalidate.hh92 bool isWildcardExpanded(unsigned int labelCount, const std::shared_ptr<RRSIGRecordContent>& sign);
H A Dvalidate.cc168 bool isWildcardExpanded(unsigned int labelCount, const std::shared_ptr<RRSIGRecordContent>& sign) in isWildcardExpanded() function
177 static bool isWildcardExpanded(const DNSName& owner, const std::vector<std::shared_ptr<RRSIGRecordC… in isWildcardExpanded() function
185 return isWildcardExpanded(labelsCount, sign); in isWildcardExpanded()
547 …if (needWildcardProof && (!isWildcardExpanded(owner, v.second.signatures) || isWildcardExpandedOnt… in getDenial()