HomeSort by relevance Sort by last modified time
    Searched refs:not_before (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 66 PacketTime() : timestamp(-1), not_before(-1) {}
67 PacketTime(int64 timestamp, int64 not_before)
68 : timestamp(timestamp), not_before(not_before) {
72 int64 not_before; // Earliest possible time the data could have arrived, member in struct:talk_base::PacketTime
79 inline PacketTime CreatePacketTime(int64 not_before) {
80 return PacketTime(TimeMicros(), not_before);
sslidentity.h 138 // otherwise a random string will be used. |not_before| and |not_after| are
142 int not_before; // in seconds. member in struct:talk_base::SSLIdentityParams
nssidentity.cc 366 PRTime not_before = local
367 now + static_cast<PRTime>(params.not_before) * PR_USEC_PER_SEC;
396 validity = CERT_CreateValidity(not_before, not_after);
460 params.not_before = CERTIFICATE_WINDOW;
opensslidentity.cc 128 if (!X509_gmtime_adj(X509_get_notBefore(x509), params.not_before) ||
332 params.not_before = CERTIFICATE_WINDOW;
sslstreamadapter_unittest.cc 223 // |not_before| and |not_after| are offsets from the current time in number
225 void ResetIdentitiesWithValidity(int not_before, int not_after) {
239 client_params.not_before = not_before;
245 server_params.not_before = not_before;
  /external/chromium_org/third_party/webrtc/base/
asyncpacketsocket.h 49 PacketTime() : timestamp(-1), not_before(-1) {}
50 PacketTime(int64 timestamp, int64 not_before)
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) {
63 return PacketTime(TimeMicros(), not_before);
sslidentity.h 121 // otherwise a random string will be used. |not_before| and |not_after| are
125 int not_before; // in seconds. member in struct:rtc::SSLIdentityParams
nssidentity.cc 348 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;
opensslidentity.cc 111 if (!X509_gmtime_adj(X509_get_notBefore(x509), params.not_before) ||
315 params.not_before = CERTIFICATE_WINDOW;
sslstreamadapter_unittest.cc 205 // |not_before| and |not_after| are offsets from the current time in number
207 void ResetIdentitiesWithValidity(int not_before, int not_after) {
221 client_params.not_before = not_before;
227 server_params.not_before = not_before;
  /external/wpa_supplicant_8/src/tls/
x509v3.h 55 os_time_t not_before; member in struct:x509_certificate
x509v3.c 688 &cert->not_before) < 0) {
707 (unsigned long) cert->not_before,
    [all...]
  /external/chromium_org/third_party/webrtc/
common_types.h 725 PacketTime() : timestamp(-1), not_before(-1) {}
726 PacketTime(int64_t timestamp, int64_t not_before)
727 : timestamp(timestamp), not_before(not_before) {
731 int64_t not_before; // Earliest possible time the data could have arrived, member in struct:webrtc::PacketTime
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.cc 66 base::Time not_before,
73 (not_before - base::Time::UnixEpoch()).InMilliseconds();
cloud_policy_validator.h 95 // The timestamp should only be compared vs the |not_before| value (this
121 // |not_before| and not after |not_after| + grace interval. If
124 void ValidateTimestamp(base::Time not_before,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]

Completed in 1007 milliseconds