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

/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c278 ASN1_GENERALIZEDTIME **thisupd,
298 if (thisupd)
299 *thisupd = single->thisUpdate;
313 ASN1_GENERALIZEDTIME **thisupd,
323 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
338 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, argument
345 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
350 if (X509_cmp_time(thisupd, &t_tmp) > 0) {
361 if (X509_cmp_time(thisupd, &t_tmp) < 0) {
384 if (ASN1_STRING_cmp(nextupd, thisupd) <
276 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, ASN1_GENERALIZEDTIME **nextupd) argument
310 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.c90 ASN1_TIME *thisupd,
105 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
86 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Docsp.h216 ASN1_GENERALIZEDTIME **thisupd,
221 ASN1_GENERALIZEDTIME **thisupd,
223 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
247 ASN1_TIME *thisupd,
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c1084 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
1096 &rev, &thisupd, &nextupd)) {
1105 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1112 ASN1_GENERALIZEDTIME_print(out, thisupd);
1140 ASN1_TIME *thisupd = NULL, *nextupd = NULL; local
1156 thisupd = X509_gmtime_adj(NULL, 0);
1193 0, NULL, thisupd, nextupd);
1201 0, NULL, thisupd, nextupd);
1205 0, NULL, thisupd, nextupd);
1215 reason, revtm, thisupd, nextup
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c351 static int ocsp_resp_valid(ASN1_GENERALIZEDTIME *thisupd, argument
356 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
364 if (X509_cmp_time(thisupd, &tmp) > 0) {
384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) {

Completed in 112 milliseconds