Lines Matching refs:nextupd
974 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in print_ocsp_summary() local
989 &rev, &thisupd, &nextupd)) { in print_ocsp_summary()
999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
1009 if (nextupd) { in print_ocsp_summary()
1011 ASN1_GENERALIZEDTIME_print(out, nextupd); in print_ocsp_summary()
1036 ASN1_TIME *thisupd = NULL, *nextupd = NULL; in make_ocsp_response() local
1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
1098 0, NULL, thisupd, nextupd); in make_ocsp_response()
1104 0, NULL, thisupd, nextupd); in make_ocsp_response()
1108 0, NULL, thisupd, nextupd); in make_ocsp_response()
1119 reason, revtm, thisupd, nextupd); in make_ocsp_response()
1172 ASN1_TIME_free(nextupd); in make_ocsp_response()