Lines Matching refs:nextupd
972 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in print_ocsp_summary() local
987 &rev, &thisupd, &nextupd)) { in print_ocsp_summary()
997 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
1007 if (nextupd) { in print_ocsp_summary()
1009 ASN1_GENERALIZEDTIME_print(out, nextupd); in print_ocsp_summary()
1034 ASN1_TIME *thisupd = NULL, *nextupd = NULL; in make_ocsp_response() local
1052 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
1096 0, NULL, thisupd, nextupd); in make_ocsp_response()
1102 0, NULL, thisupd, nextupd); in make_ocsp_response()
1106 0, NULL, thisupd, nextupd); in make_ocsp_response()
1117 reason, revtm, thisupd, nextupd); in make_ocsp_response()
1165 ASN1_TIME_free(nextupd); in make_ocsp_response()