Searched refs:ParseAndVerifyCRL (Results 1 – 4 of 4) sorted by relevance
57 ParseAndVerifyCRL(crl_bundle, time, crl_trust_store); in TestVerifyCRL()79 crl = ParseAndVerifyCRL(crl_bundle, crl_time, crl_trust_store); in TestVerifyRevocation()
87 std::unique_ptr<CastCRL> ParseAndVerifyCRL(const std::string& crl_proto,
220 std::unique_ptr<CastCRL> ParseAndVerifyCRL(const std::string& crl_proto, in ParseAndVerifyCRL() function
349 crl = ParseAndVerifyCRL(response.crl(), verification_time, crl_trust_store); in VerifyCredentialsImpl()