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

  /external/wpa_supplicant_8/src/tls/
x509v3.h 56 os_time_t not_after; member in struct:x509_certificate
  /external/chromium/net/base/
x509_certificate_nss.cc 681 PRTime not_after = now + valid_duration.InMicroseconds(); local
684 CERTValidity* validity = CERT_CreateValidity(now, not_after);
    [all...]
x509_certificate_win.cc 588 base::Time not_after = not_before + valid_duration; local
595 not_after.UTCExplode(&exploded);
    [all...]

Completed in 53 milliseconds