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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_cl.c271 ASN1_GENERALIZEDTIME **nextupd)
292 if (nextupd)
293 *nextupd = single->nextUpdate;
306 ASN1_GENERALIZEDTIME **nextupd)
315 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
331 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
360 if (!nextupd)
364 if (!ASN1_GENERALIZEDTIME_check(nextupd)) {
369 if (X509_cmp_time(nextupd, &t_tmp) < 0) {
376 if (ASN1_STRING_cmp(nextupd, thisup
268 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
302 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
330 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.h449 ASN1_GENERALIZEDTIME **nextupd);
454 ASN1_GENERALIZEDTIME **nextupd);
456 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
480 ASN1_TIME *nextupd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_cl.c262 ASN1_GENERALIZEDTIME **nextupd)
281 if(nextupd) *nextupd = single->nextUpdate;
293 ASN1_GENERALIZEDTIME **nextupd)
301 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
313 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) argument
346 if (!nextupd) return ret;
349 if (!ASN1_GENERALIZEDTIME_check(nextupd))
357 if (X509_cmp_time(nextupd, &t_tmp) < 0)
365 if (ASN1_STRING_cmp(nextupd, thisup
259 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
289 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
[all...]
H A Docsp_srv.c128 ASN1_TIME *thisupd, ASN1_TIME *nextupd)
145 if (nextupd &&
146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
124 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,
463 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_cl.c271 ASN1_GENERALIZEDTIME **nextupd)
292 if (nextupd)
293 *nextupd = single->nextUpdate;
306 ASN1_GENERALIZEDTIME **nextupd)
315 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
331 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
360 if (!nextupd)
364 if (!ASN1_GENERALIZEDTIME_check(nextupd)) {
369 if (X509_cmp_time(nextupd, &t_tmp) < 0) {
376 if (ASN1_STRING_cmp(nextupd, thisup
268 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
302 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
330 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.h449 ASN1_GENERALIZEDTIME **nextupd);
454 ASN1_GENERALIZEDTIME **nextupd);
456 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
480 ASN1_TIME *nextupd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c970 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
982 &rev, &thisupd, &nextupd))
991 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage))
1002 if(nextupd)
1005 ASN1_GENERALIZEDTIME_print(out, nextupd);
1030 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1049 nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24 );
1065 thisupd, nextupd);
1074 thisupd, nextupd);
1079 thisupd, nextupd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Docsp.c971 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
983 &rev, &thisupd, &nextupd)) {
992 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1002 if (nextupd) {
1004 ASN1_GENERALIZEDTIME_print(out, nextupd);
1028 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1044 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
1072 0, NULL, thisupd, nextupd);
1080 0, NULL, thisupd, nextupd);
1084 0, NULL, thisupd, nextupd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Docsp.c971 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
983 &rev, &thisupd, &nextupd)) {
992 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1002 if (nextupd) {
1004 ASN1_GENERALIZEDTIME_print(out, nextupd);
1028 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1044 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
1072 0, NULL, thisupd, nextupd);
1080 0, NULL, thisupd, nextupd);
1084 0, NULL, thisupd, nextupd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Docsp.h434 ASN1_GENERALIZEDTIME **nextupd);
439 ASN1_GENERALIZEDTIME **nextupd);
441 ASN1_GENERALIZEDTIME *nextupd,
463 ASN1_TIME *thisupd, ASN1_TIME *nextupd);

Completed in 184 milliseconds