Searched refs:not_before (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | asyncpacketsocket.h | 41 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()
|
D | nssidentity.cc | 316 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/ |
D | x509v3.h | 55 os_time_t not_before; member
|
D | x509v3.c | 688 &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/ |
D | cloud_policy_validator.cc | 36 base::Time not_before, in ValidateTimestamp() argument 43 (not_before - base::Time::UnixEpoch()).InMilliseconds(); in ValidateTimestamp()
|
D | cloud_policy_validator.h | 120 void ValidateTimestamp(base::Time not_before,
|
/external/chromium/net/base/ |
D | x509_certificate_win.cc | 587 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/ |
D | webrtcvideoengine.cc | 2506 webrtc::PacketTime(packet_time.timestamp, packet_time.not_before)); in OnPacketReceived()
|