Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c351 static int ocsp_resp_valid(ASN1_GENERALIZEDTIME *thisupd, in ocsp_resp_valid() argument
356 if (!ASN1_GENERALIZEDTIME_check(thisupd)) { in ocsp_resp_valid()
364 if (X509_cmp_time(thisupd, &tmp) > 0) { in ocsp_resp_valid()
384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in ocsp_resp_valid()
/external/curl/lib/vtls/
Dopenssl.c1366 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in verifystatus() local
1373 &thisupd, &nextupd); in verifystatus()
1375 if(!OCSP_check_validity(thisupd, nextupd, 300L, -1L)) { in verifystatus()