Home
last modified time | relevance | path

Searched refs:negAnchors (Results 1 – 3 of 3) sorted by relevance

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dvalidate.cc1049 bool haveNegativeTrustAnchor(const map<DNSName,std::string>& negAnchors, const DNSName& zone, std::… in haveNegativeTrustAnchor() argument
1051 const auto& it = negAnchors.find(zone); in haveNegativeTrustAnchor()
1053 if (it == negAnchors.cend()) { in haveNegativeTrustAnchor()
1210 const auto negAnchors = luaLocal->negAnchors; in getKeysFor() local
1212 if (!negAnchors.empty()) { in getKeysFor()
1215 for (auto const &negAnchor : negAnchors) in getKeysFor()
1220 …tive Trust Anchor for "<<lowestNTA<<", which was added with reason '"<<negAnchors.at(lowestNTA)<<"… in getKeysFor()
H A Drec-lua-conf.hh71 map<DNSName,std::string> negAnchors; member in LuaConfigItems
H A Dvalidate.hh84 bool haveNegativeTrustAnchor(const map<DNSName,std::string>& negAnchors, const DNSName& zone, std::…