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

  /external/wpa_supplicant_8/src/tls/
x509v3.h 55 os_time_t not_before; member in struct:x509_certificate
x509v3.c 689 &cert->not_before) < 0) {
708 (unsigned long) cert->not_before,
    [all...]
  /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 62 milliseconds