Home
last modified time | relevance | path

Searched refs:CheckRevocation (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/cast/common/certificate/
Dcast_crl.h49 bool CheckRevocation(const std::vector<X509*>& trusted_chain,
Dcast_cert_validator.cc155 !crl->CheckRevocation(result_path.path, time)) { in VerifyDeviceCert()
Dcast_crl.cc170 bool CastCRL::CheckRevocation(const std::vector<X509*>& trusted_chain, in CheckRevocation() function in openscreen::cast::CastCRL