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

  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 41 PacketTime() : timestamp(-1), not_before(-1) {}
42 PacketTime(int64 timestamp, int64 not_before)
43 : timestamp(timestamp), not_before(not_before) {
47 int64 not_before; // Earliest possible time the data could have arrived, member in struct:talk_base::PacketTime
54 inline PacketTime CreatePacketTime(int64 not_before) {
55 return PacketTime(TimeMicros(), not_before);
nssidentity.cc 316 PRTime not_before, not_after; local
347 not_before = now - one_day;
350 validity = CERT_CreateValidity(not_before, not_after);
  /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/components/policy/core/common/cloud/
cloud_policy_validator.h 91 // The timestamp should only be compared vs the |not_before| value (this
117 // |not_before| and not after |not_after| + grace interval. If
120 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...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]

Completed in 162 milliseconds