Searched refs:notAfterTime (Results 1 – 2 of 2) sorted by relevance
274 auto notAfterTime = toTimeString(usageExpireDateTimeMilliSeconds); in makeCertRump() local275 if (!notAfterTime) { in makeCertRump()280 if (!notAfter || !ASN1_TIME_set_string(notAfter.get(), notAfterTime->data()) || in makeCertRump()
283 int64_t notAfterTime = cert_params.expire_date_time / 1000; in make_cert_rump() local285 if (!notAfter.get() || !ASN1_TIME_set_posix(notAfter.get(), notAfterTime) || in make_cert_rump()