Home | History | Annotate | Download | only in hx509

Lines Matching defs:notAfter

61     time_t notAfter;
163 tbs->notAfter = t;
191 { "notAfter", HX509_CA_TEMPLATE_NOTAFTER },
258 tbs->notAfter = hx509_cert_get_notAfter(cert);
1037 time_t notAfter;
1054 notAfter = tbs->notAfter;
1055 if (notAfter == 0)
1056 notAfter = time(NULL) + 3600 * 24 * 365;
1166 tbsc->validity.notAfter.element = choice_Time_generalTime;
1167 tbsc->validity.notAfter.u.generalTime = notAfter;