Searched refs:not_before_ (Results 1 – 2 of 2) sorted by relevance
144 DateTimeFromSeconds(tbs_crl.not_before_seconds(), ¬_before_); in CastCRL()175 if ((time < not_before_) || (not_after_ < time)) { in CheckRevocation()
58 DateTime not_before_; variable