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

/barrelfish-master/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_cl.c260 ASN1_GENERALIZEDTIME **thisupd,
279 if(thisupd) *thisupd = single->thisUpdate;
291 ASN1_GENERALIZEDTIME **thisupd,
300 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
312 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) argument
318 if (!ASN1_GENERALIZEDTIME_check(thisupd))
326 if (X509_cmp_time(thisupd, &t_tmp) > 0)
336 if (X509_cmp_time(thisupd, &t_tmp) < 0)
364 if (ASN1_STRING_cmp(nextupd, thisupd) <
258 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
288 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.h445 ASN1_GENERALIZEDTIME **thisupd,
450 ASN1_GENERALIZEDTIME **thisupd,
452 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
475 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Docsp.c998 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
1010 &rev, &thisupd, &nextupd))
1019 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage))
1027 ASN1_GENERALIZEDTIME_print(out, thisupd);
1058 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1073 thisupd = X509_gmtime_adj(NULL, 0);
1106 thisupd, nextupd);
1115 thisupd, nextupd);
1120 thisupd, nextupd);
1132 thisupd, nextup
[all...]
/barrelfish-master/include/openssl/
H A Docsp.h445 ASN1_GENERALIZEDTIME **thisupd,
450 ASN1_GENERALIZEDTIME **thisupd,
452 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
475 ASN1_TIME *thisupd, ASN1_TIME *nextupd);

Completed in 91 milliseconds