Searched refs:not_before (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/webrtc/base/ |
D | asyncpacketsocket.h | 48 PacketTime() : timestamp(-1), not_before(-1) {} in PacketTime() 49 PacketTime(int64_t timestamp, int64_t not_before) in PacketTime() 50 : timestamp(timestamp), not_before(not_before) {} in PacketTime() 58 int64_t not_before; member 61 inline PacketTime CreatePacketTime(int64_t not_before) { in CreatePacketTime() argument 62 return PacketTime(TimeMicros(), not_before); in CreatePacketTime()
|
D | sslstreamadapter_unittest.cc | 287 void ResetIdentitiesWithValidity(int not_before, int not_after) { in ResetIdentitiesWithValidity() argument 301 client_params.not_before = now + not_before; in ResetIdentitiesWithValidity() 308 server_params.not_before = now + not_before; in ResetIdentitiesWithValidity()
|
D | rtccertificate_unittests.cc | 74 params.not_before = 0; in GenerateCertificateWithExpires()
|
D | opensslidentity.cc | 134 if (!X509_time_adj(X509_get_notBefore(x509), params.not_before, &epoch_off) || in MakeCertificate() 422 params.not_before = now + CERTIFICATE_WINDOW; in Generate()
|
D | sslidentity.h | 176 time_t not_before; // Absolute time since epoch in seconds. member
|
D | sslidentity_unittest.cc | 393 params.not_before = 0; in TestExpireTime()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | instancestatus.py | 57 not_before=None, not_after=None): argument 60 self.not_before = not_before 75 self.not_before = value
|
D | volumestatus.py | 41 not_before=None, not_after=None): argument 45 self.not_before = not_before 62 self.not_before = value
|
/external/webrtc/webrtc/ |
D | common_types.h | 772 PacketTime() : timestamp(-1), not_before(-1) {} in PacketTime() 773 PacketTime(int64_t timestamp, int64_t not_before) in PacketTime() 774 : timestamp(timestamp), not_before(not_before) { in PacketTime() 778 int64_t not_before; // Earliest possible time the data could have arrived, member
|
/external/wpa_supplicant_8/src/tls/ |
D | x509v3.h | 60 os_time_t not_before; member
|
D | x509v3.c | 687 &cert->not_before) < 0) { in x509_parse_validity() 706 (unsigned long) cert->not_before, in x509_parse_validity() 2050 (unsigned long) cert->not_before || in x509_certificate_chain_validate() 2055 now.sec, cert->not_before, cert->not_after); in x509_certificate_chain_validate()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | instance_events | 84 events[stat.id]['not_before'] = event.not_before
|
/external/autotest/client/cros/ |
D | power_suspend.py | 209 def _hwclock_ts(self, not_before, retries=3): argument 219 if seconds >= not_before:
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 2193 packet_time.not_before); in OnPacketReceived() 2224 packet_time.not_before); in OnRtcpReceived()
|
D | webrtcvideoengine2.cc | 1296 packet_time.not_before); in OnPacketReceived() 1354 packet_time.not_before); in OnRtcpReceived()
|