Searched refs:CheckRevocation (Results 1 – 3 of 3) sorted by relevance
49 bool CheckRevocation(const std::vector<X509*>& trusted_chain,
155 !crl->CheckRevocation(result_path.path, time)) { in VerifyDeviceCert()
170 bool CastCRL::CheckRevocation(const std::vector<X509*>& trusted_chain, in CheckRevocation() function in openscreen::cast::CastCRL