Lines Matching refs:nextupd
1084 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in print_ocsp_summary() local
1096 &rev, &thisupd, &nextupd)) { in print_ocsp_summary()
1105 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
1115 if (nextupd) { in print_ocsp_summary()
1117 ASN1_GENERALIZEDTIME_print(out, nextupd); in print_ocsp_summary()
1140 ASN1_TIME *thisupd = NULL, *nextupd = NULL; in make_ocsp_response() local
1158 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
1193 0, NULL, thisupd, nextupd); in make_ocsp_response()
1201 0, NULL, thisupd, nextupd); in make_ocsp_response()
1205 0, NULL, thisupd, nextupd); in make_ocsp_response()
1215 reason, revtm, thisupd, nextupd); in make_ocsp_response()
1262 ASN1_TIME_free(nextupd); in make_ocsp_response()