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

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c273 ASN1_GENERALIZEDTIME **nextupd)
294 if (nextupd)
295 *nextupd = single->nextUpdate;
308 ASN1_GENERALIZEDTIME **nextupd)
317 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
333 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
362 if (!nextupd)
366 if (!ASN1_GENERALIZEDTIME_check(nextupd)) {
371 if (X509_cmp_time(nextupd, &t_tmp) < 0) {
378 if (ASN1_STRING_cmp(nextupd, thisup
270 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
304 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
332 OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) argument
[all...]
H A Docsp_srv.c142 ASN1_TIME *nextupd)
157 if (nextupd &&
158 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
137 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
H A Docsp.h434 ASN1_GENERALIZEDTIME **nextupd);
439 ASN1_GENERALIZEDTIME **nextupd);
441 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
465 ASN1_TIME *nextupd);
/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c875 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
886 &rev, &thisupd, &nextupd)) {
895 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
905 if (nextupd) {
907 ASN1_GENERALIZEDTIME_print(out, nextupd);
930 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
948 nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24);
961 0, NULL, thisupd, nextupd);
969 0, NULL, thisupd, nextupd);
973 0, NULL, thisupd, nextupd);
[all...]

Completed in 126 milliseconds