Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_openssl_ocsp.c345 static int ocsp_resp_valid(ASN1_GENERALIZEDTIME *thisupd, in ocsp_resp_valid() argument
350 if (!ASN1_GENERALIZEDTIME_check(thisupd)) { in ocsp_resp_valid()
358 if (X509_cmp_time(thisupd, &tmp) > 0) { in ocsp_resp_valid()
378 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in ocsp_resp_valid()