Home
last modified time | relevance | path

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

/external/openscreen/cast/common/certificate/proto/
Drevocation.proto17 repeated Crl crls = 1;
20 message Crl { message
36 // Crl.signature: RSA-PKCS1 V1.5 with SHA-256
/external/openscreen/cast/common/certificate/
Dcast_crl.h26 using Crl = ::cast::certificate::Crl; variable
Dcast_crl.cc73 bool VerifyCRL(const Crl& crl, in VerifyCRL()
/external/openscreen/cast/test/
Dmake_crl_tests.cc73 Crl* crl = crl_bundle.add_crls(); in PackCrlIntoFile()