Home | History | Annotate | Download | only in cert

Lines Matching defs:sequence

72 //       contains the sequence number of the base CRLSet.
73 // Sequence (int32): the monotonic sequence number of this CRL set.
243 int sequence;
244 if (!header_dict->GetInteger("Sequence", &sequence))
256 crl_set->sequence_ = static_cast<uint32>(sequence);
385 int sequence, delta_from;
386 if (!header_dict->GetInteger("Sequence", &sequence) ||
402 crl_set->sequence_ = static_cast<uint32>(sequence);
488 "\"Sequence\":%u,"
596 uint32 CRLSet::sequence() const {