Home | History | Annotate | Download | only in ocsp

Lines Matching refs:thisupd

261 				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)
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) < 0)