Home
last modified time | relevance | path

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

/external/openscreen/cast/common/certificate/
Dcast_crl.cc170 bool CastCRL::CheckRevocation(const std::vector<X509*>& trusted_chain, in CheckRevocation() argument
172 if (trusted_chain.empty()) in CheckRevocation()
181 for (size_t i = 0; i < trusted_chain.size(); ++i) { in CheckRevocation()
182 std::string spki_tlv = GetSpkiTlv(trusted_chain[i]); in CheckRevocation()
194 if (i < (trusted_chain.size() - 1)) { in CheckRevocation()
197 const auto& subordinate = trusted_chain[i + 1]; in CheckRevocation()
Dcast_crl.h49 bool CheckRevocation(const std::vector<X509*>& trusted_chain,