Searched refs:not_before (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasyncpacketsocket.h41 PacketTime() : timestamp(-1), not_before(-1) {}
42 PacketTime(int64 timestamp, int64 not_before) argument
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) { argument
55 return PacketTime(TimeMicros(), not_before);
H A Dnssidentity.cc316 PRTime not_before, not_after; local
347 not_before = now - one_day;
350 validity = CERT_CreateValidity(not_before, not_after);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h55 os_time_t not_before; member in struct:x509_certificate
H A Dx509v3.c688 &cert->not_before) < 0) {
707 (unsigned long) cert->not_before,
1852 (unsigned long) cert->not_before ||
1856 "(now=%lu not_before=%lu not_after=%lu)",
1857 now.sec, cert->not_before, cert->not_after);
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h55 os_time_t not_before; member in struct:x509_certificate
H A Dx509v3.c688 &cert->not_before) < 0) {
707 (unsigned long) cert->not_before,
1852 (unsigned long) cert->not_before ||
1856 "(now=%lu not_before=%lu not_after=%lu)",
1857 now.sec, cert->not_before, cert->not_after);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h55 os_time_t not_before; member in struct:x509_certificate
H A Dx509v3.c688 &cert->not_before) < 0) {
707 (unsigned long) cert->not_before,
1852 (unsigned long) cert->not_before ||
1856 "(now=%lu not_before=%lu not_after=%lu)",
1857 now.sec, cert->not_before, cert->not_after);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_validator.h91 // 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,
H A Dcloud_policy_validator.cc36 base::Time not_before,
43 (not_before - base::Time::UnixEpoch()).InMilliseconds();
35 ValidateTimestamp( base::Time not_before, base::Time now, ValidateTimestampOption timestamp_option) argument
/external/chromium/net/base/
H A Dx509_certificate_win.cc587 base::Time not_before = base::Time::Now(); local
588 base::Time not_after = not_before + valid_duration;
592 not_before.UTCExplode(&exploded);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc2506 webrtc::PacketTime(packet_time.timestamp, packet_time.not_before));

Completed in 855 milliseconds