HomeSort by relevance Sort by last modified time
    Searched refs:thisupd (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 351 static int ocsp_resp_valid(ASN1_GENERALIZEDTIME *thisupd,
356 if (!ASN1_GENERALIZEDTIME_check(thisupd)) {
364 if (X509_cmp_time(thisupd, &tmp) > 0) {
384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) {
  /external/curl/lib/vtls/
openssl.c 1352 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; local
    [all...]

Completed in 363 milliseconds