Searched defs:not_before (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsslidentity.h121 // otherwise a random string will be used. |not_before| and |not_after| are
125 int not_before; // in seconds. member in struct:rtc::SSLIdentityParams
H A Dasyncpacketsocket.h49 PacketTime() : timestamp(-1), not_before(-1) {}
50 PacketTime(int64 timestamp, int64 not_before) argument
51 : timestamp(timestamp), not_before(not_before) {
55 int64 not_before; // Earliest possible time the data could have arrived, member in struct:rtc::PacketTime
62 inline PacketTime CreatePacketTime(int64 not_before) { argument
63 return PacketTime(TimeMicros(), not_before);
H A Dnssidentity.cc348 PRTime not_before = local
349 now + static_cast<PRTime>(params.not_before) * PR_USEC_PER_SEC;
378 validity = CERT_CreateValidity(not_before, not_after);
442 params.not_before = CERTIFICATE_WINDOW;
H A Dsslstreamadapter_unittest.cc206 // |not_before| and |not_after| are offsets from the current time in number
208 void ResetIdentitiesWithValidity(int not_before, int not_after) { argument
222 client_params.not_before = not_before;
228 server_params.not_before = not_before;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h55 os_time_t not_before; member in struct:x509_certificate
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h55 os_time_t not_before; member in struct:x509_certificate
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h55 os_time_t not_before; member in struct:x509_certificate
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_validator.cc66 base::Time not_before,
73 (not_before - base::Time::UnixEpoch()).InMilliseconds();
65 ValidateTimestamp( base::Time not_before, base::Time now, ValidateTimestampOption timestamp_option) argument
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h750 PacketTime() : timestamp(-1), not_before(-1) {}
751 PacketTime(int64_t timestamp, int64_t not_before) argument
752 : timestamp(timestamp), not_before(not_before) {
756 int64_t not_before; // Earliest possible time the data could have arrived, member in struct:webrtc::PacketTime

Completed in 1945 milliseconds