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

  /external/wpa_supplicant_8/src/tls/
x509v3.h 55 os_time_t not_before; member in struct:x509_certificate
x509v3.c 688 &cert->not_before) < 0) {
707 (unsigned long) cert->not_before,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssidentity.cc 219 PRTime not_before, not_after; local
250 not_before = now - one_day;
253 validity = CERT_CreateValidity(not_before, not_after);
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_validator.h 105 // |not_before| and not after |now| + grace interval. If
108 void ValidateTimestamp(base::Time not_before,
cloud_policy_validator.cc 36 base::Time not_before,
43 (not_before - base::Time::UnixEpoch()).InMilliseconds();
  /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 3567 milliseconds