Home
last modified time | relevance | path

Searched defs:tbs_crl (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/cast/test/
Dmake_crl_tests.cc22 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/
Dcast_crl.cc74 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/
Drevocation.proto22 optional bytes tbs_crl = 1; field