Searched refs:trusted_chain (Results 1 – 2 of 2) sorted by relevance
170 bool CastCRL::CheckRevocation(const std::vector<X509*>& trusted_chain, in CheckRevocation() argument172 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()
49 bool CheckRevocation(const std::vector<X509*>& trusted_chain,