Searched refs:thisupd (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.c270 ASN1_GENERALIZEDTIME **thisupd,
290 if (thisupd)
291 *thisupd = single->thisUpdate;
305 ASN1_GENERALIZEDTIME **thisupd,
315 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
330 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, argument
337 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
342 if (X509_cmp_time(thisupd, &t_tmp) > 0) {
353 if (X509_cmp_time(thisupd, &t_tmp) < 0) {
376 if (ASN1_STRING_cmp(nextupd, thisupd) <
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
[all...]
H A Docsp_srv.c141 ASN1_TIME *thisupd,
155 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
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.h448 ASN1_GENERALIZEDTIME **thisupd,
453 ASN1_GENERALIZEDTIME **thisupd,
455 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
479 ASN1_TIME *thisupd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_cl.c261 ASN1_GENERALIZEDTIME **thisupd,
280 if(thisupd) *thisupd = single->thisUpdate;
292 ASN1_GENERALIZEDTIME **thisupd,
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
319 if (!ASN1_GENERALIZEDTIME_check(thisupd))
327 if (X509_cmp_time(thisupd, &t_tmp) > 0)
337 if (X509_cmp_time(thisupd, &t_tmp) < 0)
365 if (ASN1_STRING_cmp(nextupd, thisupd) <
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)
143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
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.h433 ASN1_GENERALIZEDTIME **thisupd,
438 ASN1_GENERALIZEDTIME **thisupd,
440 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
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.c270 ASN1_GENERALIZEDTIME **thisupd,
290 if (thisupd)
291 *thisupd = single->thisUpdate;
305 ASN1_GENERALIZEDTIME **thisupd,
315 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
330 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, argument
337 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
342 if (X509_cmp_time(thisupd, &t_tmp) > 0) {
353 if (X509_cmp_time(thisupd, &t_tmp) < 0) {
376 if (ASN1_STRING_cmp(nextupd, thisupd) <
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
[all...]
H A Docsp_srv.c141 ASN1_TIME *thisupd,
155 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
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.h448 ASN1_GENERALIZEDTIME **thisupd,
453 ASN1_GENERALIZEDTIME **thisupd,
455 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
479 ASN1_TIME *thisupd,
/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))
999 ASN1_GENERALIZEDTIME_print(out, thisupd);
1030 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1047 thisupd = X509_gmtime_adj(NULL, 0);
1065 thisupd, nextupd);
1074 thisupd, nextupd);
1079 thisupd, nextupd);
1091 thisupd, nextup
[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)) {
999 ASN1_GENERALIZEDTIME_print(out, thisupd);
1028 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1042 thisupd = X509_gmtime_adj(NULL, 0);
1072 0, NULL, thisupd, nextupd);
1080 0, NULL, thisupd, nextupd);
1084 0, NULL, thisupd, nextupd);
1094 reason, revtm, thisupd, nextup
[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)) {
999 ASN1_GENERALIZEDTIME_print(out, thisupd);
1028 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1042 thisupd = X509_gmtime_adj(NULL, 0);
1072 0, NULL, thisupd, nextupd);
1080 0, NULL, thisupd, nextupd);
1084 0, NULL, thisupd, nextupd);
1094 reason, revtm, thisupd, nextup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Docsp.h433 ASN1_GENERALIZEDTIME **thisupd,
438 ASN1_GENERALIZEDTIME **thisupd,
440 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
463 ASN1_TIME *thisupd, ASN1_TIME *nextupd);

Completed in 107 milliseconds