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

  /external/scapy/scapy/layers/tls/
cert.py 784 if tbsCertList.next_update:
785 self.nextUpdate_str = tbsCertList.next_update.pretty_time
786 nextUpdate = tbsCertList.next_update.val
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 1118 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
1230 &this_update, &next_update);
1245 &next_update);
1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 4587 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; local
    [all...]

Completed in 109 milliseconds