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

/external/webrtc/webrtc/base/
H A Dasyncpacketsocket.h48 PacketTime() : timestamp(-1), not_before(-1) {}
49 PacketTime(int64_t timestamp, int64_t not_before) argument
50 : timestamp(timestamp), not_before(not_before) {}
58 int64_t not_before; member in struct:rtc::PacketTime
61 inline PacketTime CreatePacketTime(int64_t not_before) { argument
62 return PacketTime(TimeMicros(), not_before);
H A Drtccertificate_unittests.cc74 params.not_before = 0;
H A Dsslidentity.h176 time_t not_before; // Absolute time since epoch in seconds. member in struct:rtc::SSLIdentityParams
H A Dsslstreamadapter_unittest.cc285 // |not_before| and |not_after| are offsets from the current time in number
287 void ResetIdentitiesWithValidity(int not_before, int not_after) { argument
301 client_params.not_before = now + not_before;
308 server_params.not_before = now + not_before;
H A Dopensslidentity.cc134 if (!X509_time_adj(X509_get_notBefore(x509), params.not_before, &epoch_off) ||
422 params.not_before = now + CERTIFICATE_WINDOW;
H A Dsslidentity_unittest.cc393 params.not_before = 0;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h60 os_time_t not_before; member in struct:x509_certificate
H A Dx509v3.c687 &cert->not_before) < 0) {
706 (unsigned long) cert->not_before,
2050 (unsigned long) cert->not_before ||
2054 "(now=%lu not_before=%lu not_after=%lu)",
2055 now.sec, cert->not_before, cert->not_after);
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h60 os_time_t not_before; member in struct:x509_certificate
H A Dx509v3.c687 &cert->not_before) < 0) {
706 (unsigned long) cert->not_before,
2050 (unsigned long) cert->not_before ||
2054 "(now=%lu not_before=%lu not_after=%lu)",
2055 now.sec, cert->not_before, cert->not_after);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h60 os_time_t not_before; member in struct:x509_certificate
H A Dx509v3.c687 &cert->not_before) < 0) {
706 (unsigned long) cert->not_before,
2050 (unsigned long) cert->not_before ||
2054 "(now=%lu not_before=%lu not_after=%lu)",
2055 now.sec, cert->not_before, cert->not_after);
/external/syslinux/gpxe/src/crypto/axtls/
H A Dcrypto.h229 long not_before; member in struct:_x509_ctx
232 time_t not_before; member in struct:_x509_ctx
/external/webrtc/webrtc/
H A Dcommon_types.h772 PacketTime() : timestamp(-1), not_before(-1) {}
773 PacketTime(int64_t timestamp, int64_t not_before) argument
774 : timestamp(timestamp), not_before(not_before) {
778 int64_t not_before; // Earliest possible time the data could have arrived, member in struct:webrtc::PacketTime
/external/autotest/client/cros/
H A Dpower_suspend.py75 # alarm/not_before value guaranteed to raise SpuriousWakeup in _hwclock_ts
237 def _hwclock_ts(self, not_before, retries=3):
250 if seconds >= not_before:
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc1296 packet_time.not_before);
1354 packet_time.not_before);
H A Dwebrtcvoiceengine.cc2193 packet_time.not_before);
2224 packet_time.not_before);

Completed in 1625 milliseconds