Home
last modified time | relevance | path

Searched refs:ParseAndVerifyCRL (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/common/certificate/
Dcast_crl_unittest.cc57 ParseAndVerifyCRL(crl_bundle, time, crl_trust_store); in TestVerifyCRL()
79 crl = ParseAndVerifyCRL(crl_bundle, crl_time, crl_trust_store); in TestVerifyRevocation()
Dcast_crl.h87 std::unique_ptr<CastCRL> ParseAndVerifyCRL(const std::string& crl_proto,
Dcast_crl.cc220 std::unique_ptr<CastCRL> ParseAndVerifyCRL(const std::string& crl_proto, in ParseAndVerifyCRL() function
/external/openscreen/cast/sender/channel/
Dcast_auth_util.cc349 crl = ParseAndVerifyCRL(response.crl(), verification_time, crl_trust_store); in VerifyCredentialsImpl()