Searched defs:tbs_crl (Results 1 – 3 of 3) 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() 45 TbsCrl tbs_crl; in MakeTbsCrl() local 69 const TbsCrl& tbs_crl, in PackCrlIntoFile() 140 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() local 152 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() local 160 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() local 169 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() local 178 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() local 193 TbsCrl tbs_crl = MakeTbsCrl(not_before.count(), not_after.count(), in CastMain() local [all …]
|
/external/openscreen/cast/common/certificate/ |
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() local
|
/external/openscreen/cast/common/certificate/proto/ |
D | revocation.proto | 22 optional bytes tbs_crl = 1; field
|