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

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c272 ASN1_GENERALIZEDTIME **thisupd,
292 if (thisupd)
293 *thisupd = single->thisUpdate;
307 ASN1_GENERALIZEDTIME **thisupd,
317 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
332 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, argument
339 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
344 if (X509_cmp_time(thisupd, &t_tmp) > 0) {
355 if (X509_cmp_time(thisupd, &t_tmp) < 0) {
378 if (ASN1_STRING_cmp(nextupd, thisupd) <
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
[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.h433 ASN1_GENERALIZEDTIME **thisupd,
438 ASN1_GENERALIZEDTIME **thisupd,
440 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
464 ASN1_TIME *thisupd,
/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)) {
902 ASN1_GENERALIZEDTIME_print(out, thisupd);
930 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
946 thisupd = X509_gmtime_adj(NULL, 0);
961 0, NULL, thisupd, nextupd);
969 0, NULL, thisupd, nextupd);
973 0, NULL, thisupd, nextupd);
983 reason, revtm, thisupd, nextup
[all...]

Completed in 42 milliseconds