Home
last modified time | relevance | path

Searched refs:not_after_ (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/cast/common/certificate/
Dcast_crl.cc145 DateTimeFromSeconds(tbs_crl.not_after_seconds(), &not_after_); in CastCRL()
146 if (overall_not_after < not_after_) { in CastCRL()
147 not_after_ = overall_not_after; in CastCRL()
175 if ((time < not_before_) || (not_after_ < time)) { in CheckRevocation()
Dcast_crl.h59 DateTime not_after_; variable