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

  /external/chromium_org/third_party/webrtc/base/
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
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);
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;
  /external/wpa_supplicant_8/src/tls/
x509v3.h 55 os_time_t not_before; member in struct:x509_certificate
  /external/chromium_org/third_party/webrtc/
common_types.h 750 PacketTime() : timestamp(-1), not_before(-1) {}
751 PacketTime(int64_t timestamp, int64_t not_before)
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 489 milliseconds