Searched refs:notAfterTime (Results 1 – 2 of 2) sorted by relevance
273 auto notAfterTime = toTimeString(usageExpireDateTimeMilliSeconds); in makeCertRump() local274 if (!notAfterTime) { in makeCertRump()279 if (!notAfter || !ASN1_TIME_set_string(notAfter.get(), notAfterTime->data()) || in makeCertRump()
289 time_t notAfterTime = static_cast<time_t>(cert_params.expire_date_time / 1000); in make_cert_rump() local291 if (!notAfter.get() || !ASN1_TIME_set(notAfter.get(), notAfterTime) || in make_cert_rump()