Searched refs:nextupd (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c279 ASN1_GENERALIZEDTIME **nextupd)
300 if (nextupd)
301 *nextupd = single->nextUpdate;
314 ASN1_GENERALIZEDTIME **nextupd)
323 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
339 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
368 if (!nextupd)
372 if (!ASN1_GENERALIZEDTIME_check(nextupd)) {
377 if (X509_cmp_time(nextupd, &t_tmp) < 0) {
384 if (ASN1_STRING_cmp(nextupd, thisup
276 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
310 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
338 OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) argument
[all...]
H A Docsp_srv.c91 ASN1_TIME *nextupd)
107 if (nextupd &&
108 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
86 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c1084 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
1096 &rev, &thisupd, &nextupd)) {
1105 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1115 if (nextupd) {
1117 ASN1_GENERALIZEDTIME_print(out, nextupd);
1140 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1158 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
1193 0, NULL, thisupd, nextupd);
1201 0, NULL, thisupd, nextupd);
1205 0, NULL, thisupd, nextupd);
[all...]
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Docsp.h217 ASN1_GENERALIZEDTIME **nextupd);
222 ASN1_GENERALIZEDTIME **nextupd);
224 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
248 ASN1_TIME *nextupd);
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c352 ASN1_GENERALIZEDTIME *nextupd)
369 if (!nextupd)
372 if (!ASN1_GENERALIZEDTIME_check(nextupd)) {
379 if (X509_cmp_time(nextupd, &tmp) < 0) {
384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) {
351 ocsp_resp_valid(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd) argument

Completed in 118 milliseconds