Searched refs:not_before (Results 1 – 17 of 17) 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/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/syslinux/gpxe/src/crypto/axtls/ |
D | crypto.h | 229 long not_before; member 232 time_t not_before; member
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster.options | 16 nugget.app.keymaster.StartAttestKeyRequest.not_before max_size:13
|
D | keymaster.proto | 183 bytes not_before = 5; // strftime('%y%m%d%H%M%SZ') [13 octects] field
|
/external/wpa_supplicant_8/src/tls/ |
D | x509v3.h | 60 os_time_t not_before; member
|
D | x509v3.c | 686 &cert->not_before) < 0) { in x509_parse_validity() 705 (unsigned long) cert->not_before, in x509_parse_validity() 2047 (unsigned long) cert->not_before || in x509_certificate_chain_validate() 2052 now.sec, cert->not_before, cert->not_after); in x509_certificate_chain_validate()
|
/external/autotest/client/cros/power/ |
D | power_suspend.py | 240 def _hwclock_ts(self, not_before): argument 252 if seconds >= not_before:
|
/external/scapy/scapy/layers/tls/ |
D | cert.py | 581 self.notBefore_str = tbsCert.validity.not_before.pretty_time 582 notBefore = tbsCert.validity.not_before.val
|
/external/scapy/test/ |
D | x509.uts | 85 tbs.validity.not_before == ASN1_UTC_TIME("060713073859Z") and tbs.validity.not_after == ASN1_UTC_TI…
|
/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()
|