Searched refs:authorities (Results 1 – 5 of 5) sorted by relevance
109 begin = ParseRR(begin, payload, msg.authorities); in Parse()321 header.nscount = msg.authorities.size(); in Serialize()331 SerializeRR(msg.authorities[i], payload, cachedPayload, strCacheMap); in Serialize()
161 std::vector<ResourceRecord> authorities; member
322 std::string authorities = "authorities.system.test"; variable324 EXPECT_EQ(false, base_->HasAuthority(authorities));327 base_->RemoveAuthority(authorities);329 EXPECT_EQ(false, base_->HasAuthority(authorities));
742 std::vector<std::string> authorities = authorities_; in MatchData() local743 if (authorities.size() >= 0) { in MatchData()
501 …or example, allow only the credentials issued by trusted certification authorities (CAs), and bind…