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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.h 41 os_time_t not_before; member in struct:x509_certificate
  /external/wpa_supplicant_8/src/tls/
x509v3.h 55 os_time_t not_before; member in struct:x509_certificate
  /external/chromium/net/base/
x509_certificate_win.cc 587 base::Time not_before = base::Time::Now(); local
588 base::Time not_after = not_before + valid_duration;
592 not_before.UTCExplode(&exploded);
    [all...]

Completed in 172 milliseconds