Home
last modified time | relevance | path

Searched refs:nextupd (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c352 ASN1_GENERALIZEDTIME *nextupd) in ocsp_resp_valid() argument
369 if (!nextupd) in ocsp_resp_valid()
372 if (!ASN1_GENERALIZEDTIME_check(nextupd)) { in ocsp_resp_valid()
379 if (X509_cmp_time(nextupd, &tmp) < 0) { in ocsp_resp_valid()
384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in ocsp_resp_valid()
/external/curl/lib/vtls/
Dopenssl.c1783 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in verifystatus() local
1790 &thisupd, &nextupd); in verifystatus()
1792 if(!OCSP_check_validity(thisupd, nextupd, 300L, -1L)) { in verifystatus()