Home
last modified time | relevance | path

Searched refs:not_before (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Dasyncpacketsocket.h41 PacketTime() : timestamp(-1), not_before(-1) {} in PacketTime()
42 PacketTime(int64 timestamp, int64 not_before) in PacketTime()
43 : timestamp(timestamp), not_before(not_before) { in PacketTime()
47 int64 not_before; // Earliest possible time the data could have arrived, member
54 inline PacketTime CreatePacketTime(int64 not_before) { in CreatePacketTime() argument
55 return PacketTime(TimeMicros(), not_before); in CreatePacketTime()
Dnssidentity.cc316 PRTime not_before, not_after; in Generate() local
347 not_before = now - one_day; in Generate()
350 validity = CERT_CreateValidity(not_before, not_after); in Generate()
/external/wpa_supplicant_8/src/tls/
Dx509v3.h55 os_time_t not_before; member
Dx509v3.c688 &cert->not_before) < 0) { in x509_parse_validity()
707 (unsigned long) cert->not_before, in x509_parse_validity()
1852 (unsigned long) cert->not_before || in x509_certificate_chain_validate()
1857 now.sec, cert->not_before, cert->not_after); in x509_certificate_chain_validate()
/external/chromium_org/components/policy/core/common/cloud/
Dcloud_policy_validator.cc36 base::Time not_before, in ValidateTimestamp() argument
43 (not_before - base::Time::UnixEpoch()).InMilliseconds(); in ValidateTimestamp()
Dcloud_policy_validator.h120 void ValidateTimestamp(base::Time not_before,
/external/chromium/net/base/
Dx509_certificate_win.cc587 base::Time not_before = base::Time::Now(); in CreateSelfSigned() local
588 base::Time not_after = not_before + valid_duration; in CreateSelfSigned()
592 not_before.UTCExplode(&exploded); in CreateSelfSigned()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc2506 webrtc::PacketTime(packet_time.timestamp, packet_time.not_before)); in OnPacketReceived()