Searched refs:TbsCrl (Results 1 – 4 of 4) sorted by relevance
/external/openscreen/cast/test/ |
D | make_crl_tests.cc | 22 std::string* AddRevokedPublicKeyHash(TbsCrl* tbs_crl, X509* cert) { in AddRevokedPublicKeyHash() 29 void AddSerialNumberRange(TbsCrl* tbs_crl, in AddSerialNumberRange() 41 TbsCrl MakeTbsCrl(uint64_t not_before, in MakeTbsCrl() 45 TbsCrl tbs_crl; in MakeTbsCrl() 69 const TbsCrl& tbs_crl, in PackCrlIntoFile() 140 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() 152 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() 160 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() 169 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() 178 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() [all …]
|
/external/openscreen/cast/common/certificate/proto/ |
D | revocation.proto | 21 // Octet string of serialized TbsCrl protobuf. 28 // algorithm is implied by TbsCrl.version. 32 message TbsCrl { message 44 // TbsCrl.version. 52 // enclosing TbsCrl.version.
|
/external/openscreen/cast/common/certificate/ |
D | cast_crl.h | 27 using TbsCrl = ::cast::certificate::TbsCrl; variable 34 CastCRL(const TbsCrl& tbs_crl, const DateTime& overall_not_after);
|
D | cast_crl.cc | 74 const TbsCrl& tbs_crl, in VerifyCRL() 140 CastCRL::CastCRL(const TbsCrl& tbs_crl, const DateTime& overall_not_after) { in CastCRL() 231 TbsCrl tbs_crl; in ParseAndVerifyCRL()
|