/external/chromium/net/base/ |
D | transport_security_state_unittest.cc | 147 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000); in TEST_F() local 150 domain_state.expiry = expiry; in TEST_F() 160 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000); in TEST_F() local 163 domain_state.expiry = expiry; in TEST_F() 173 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000); in TEST_F() local 176 domain_state.expiry = expiry; in TEST_F() 186 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000); in TEST_F() local 189 domain_state.expiry = expiry; in TEST_F() 219 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000); in TEST_F() local 223 domain_state.expiry = expiry; in TEST_F() [all …]
|
D | transport_security_state.cc | 109 if (current_time > j->second.expiry) { in IsEnabledForHost() 296 state->SetDouble("expiry", i->second.expiry.ToDoubleT()); in Serialise() 362 double expiry; in Deserialise() local 366 !state->GetDouble("expiry", &expiry)) { in Deserialise() 405 base::Time expiry_time = base::Time::FromDoubleT(expiry); in Deserialise() 431 new_state.expiry = expiry_time; in Deserialise() 495 out->expiry = out->created; in IsPreloadedSTS()
|
D | transport_security_state.h | 63 base::Time expiry; // the absolute time (UTC) when this record expires member
|
D | cert_verifier.h | 40 base::Time expiry; member
|
D | cert_verifier.cc | 84 return current_time >= expiry; in HasExpired() 402 cached_result.expiry = current_time + base::TimeDelta::FromSeconds(ttl); in HandleResult()
|
D | dnsrr_resolver.cc | 555 const base::Time expiry = fetch_time + delta; in HasExpired() local 556 return current_time >= expiry; in HasExpired()
|
/external/chromium/net/http/ |
D | http_auth_sspi_win.cc | 67 TimeStamp expiry; in AcquireExplicitCredentials() local 79 &expiry); // ptsExpiry in AcquireExplicitCredentials() 86 TimeStamp expiry; in AcquireDefaultCredentials() local 101 &expiry); // ptsExpiry in AcquireDefaultCredentials()
|
/external/chromium/chrome/browser/automation/ |
D | automation_util.cc | 279 double expiry = 0; in SetCookieJSON() local 307 expiry = expiry_int; in SetCookieJSON() 308 } else if (!cookie_dict->GetDouble("expiry", &expiry)) { in SetCookieJSON() 322 base::Time::FromDoubleT(expiry), secure, http_only)); in SetCookieJSON()
|
/external/libpcap/ |
D | pcap-dos.c | 209 struct timeval now, expiry; in pcap_read_one() local 216 expiry.tv_usec = now.tv_usec + 1000UL * p->inter_packet_wait; in pcap_read_one() 217 expiry.tv_sec = now.tv_sec; in pcap_read_one() 218 while (expiry.tv_usec >= 1000000L) in pcap_read_one() 220 expiry.tv_usec -= 1000000L; in pcap_read_one() 221 expiry.tv_sec++; in pcap_read_one() 293 if (timercmp(&now, &expiry, >)) in pcap_read_one()
|
/external/chromium/net/socket/ |
D | ssl_client_socket_win.cc | 253 TimeStamp expiry; in InitializeHandle() local 265 &expiry); // Optional in InitializeHandle() 620 TimeStamp expiry; in InitializeSSLContext() local 635 &expiry); in InitializeSSLContext() 952 TimeStamp expiry; in DoHandshakeReadComplete() local 999 &expiry); in DoHandshakeReadComplete()
|
/external/kernel-headers/original/linux/ |
D | key.h | 127 time_t expiry; /* time at which key expires (or 0) */ member
|
/external/chromium/net/url_request/ |
D | url_request_http_job.cc | 73 domain_state.expiry = current_time + max_age_delta; in ProbeComplete() 518 domain_state.expiry = current_time + max_age_delta; in ProcessStrictTransportSecurityHeader() 542 domain_state.expiry = current_time + max_age_delta; in ProcessStrictTransportSecurityHeader()
|
/external/openssh/ |
D | README.platform | 5 As of OpenSSH 3.8p1, sshd will now honour an accounts password expiry
|
D | CREDITS | 10 Andreas Steinmetz <ast@domdv.de> - Shadow password expiry support
|
/external/chromium/net/websockets/ |
D | websocket_job_unittest.cc | 163 state.expiry = base::Time::Now() + base::TimeDelta::FromSeconds(1000); in MockURLRequestContext()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | confirm_quit_panel_controller.mm | 263 // Wait for the time expiry to happen. Once past the hold threshold,
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 572 lease (also, lease length or expiry and client-id, if leasefile-ro is set).
|
/external/chromium/chrome/browser/ui/webui/ |
D | net_internals_ui.cc | 1121 state.expiry = state.created + base::TimeDelta::FromDays(1000); in OnHSTSAdd()
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 1920 DNSMASQ_LEASE_LENGTH) or lease expiry time (in 1928 (HAVE_BROKEN_RTC) or lease expiry time (otherwise)
|