/external/conscrypt/src/platform/java/org/conscrypt/ |
CertPinManager.java | 61 * Given a {@code hostname} and a {@code chain} this verifies that the 63 * {@code hostname} is on the list of sites that should be pinned. 69 public boolean isChainValid(String hostname, List<X509Certificate> chain) 72 final PinListEntry entry = lookup(hostname); 74 // There was no entry in the pin list for this hostname. 134 private synchronized PinListEntry lookup(String hostname) throws PinManagerException { 140 // if so, check the hostname cache 141 String cn = hostnameCache.get(hostname); 148 cn = getMatchingCN(hostname); 150 hostnameCache.put(hostname, cn) [all...] |
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
Makefile | 8 SCRIPTS+= 29-lookup-hostname 30-hostname
|
/frameworks/base/core/java/android/security/ |
NetworkSecurityPolicy.java | 74 * TLS or STARTTLS) is permitted for communicating with {@code hostname} for this process. 78 public boolean isCleartextTrafficPermitted(String hostname) { 80 .isCleartextTrafficPermitted(hostname);
|
/libcore/support/src/test/java/libcore/tlswire/handshake/ |
ServerNameHelloExtension.java | 47 String hostname = new String(hostnameBytes, "US-ASCII"); local 48 hostnames.add(hostname);
|
/external/autotest/server/ |
system_utils.py | 28 return [hostname.strip() for hostname in drones.split(',')] 40 return [hostname.strip() for hostname in shards.split(',')]
|
site_utils.py | 88 def get_labels_from_afe(hostname, label_prefix, afe): 95 @param hostname: hostname of given DUT. 103 host__hostname__in=[hostname]) 108 def get_label_from_afe(hostname, label_prefix, afe): 115 @param hostname: hostname of given DUT. 121 labels = get_labels_from_afe(hostname, label_prefix, afe) 126 def get_board_from_afe(hostname, afe): 133 @param hostname: hostname of given DUT [all...] |
/external/autotest/site_utils/rpm_control_system/ |
dli_urllib.py | 18 self.hostname,url)
|
/external/boringssl/src/crypto/bio/ |
internal.h | 79 * and |*out_addr_length| with the correct values for connecting to |hostname| 84 const char *hostname,
|
/external/javassist/src/main/javassist/ |
URLClassPath.java | 29 protected String hostname; field in class:URLClassPath 61 hostname = host; 68 return hostname + ":" + port + directory; 90 return fetchClass0(hostname, port, jarname);
|
/external/webrtc/webrtc/base/ |
ssladapter.h | 35 virtual int StartSSL(const char* hostname, bool restartable) = 0; 43 // If true, the server certificate need not match the configured hostname.
|
socketaddress_unittest.cc | 41 EXPECT_EQ("", addr.hostname()); 49 EXPECT_EQ("", addr.hostname()); 58 EXPECT_EQ("1.2.3.4", addr.hostname()); 69 EXPECT_EQ(kTestV6AddrString, addr2.hostname()); 79 EXPECT_EQ("255.255.255.255", addr.hostname()); 88 EXPECT_EQ("a.b.com", addr.hostname()); 98 EXPECT_EQ("1.2.3.4", addr.hostname()); 109 EXPECT_EQ("1.2.3.4", addr.hostname()); 120 EXPECT_EQ("", addr.hostname()); 131 EXPECT_EQ("1.2.3.4", addr.hostname()); [all...] |
/system/core/fastboot/ |
tcp.h | 44 // Returns a newly allocated Transport object connected to |hostname|:|port|. On failure, |error| is 46 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error); 51 // Creates a TCP Transport object but using a given Socket instead of connecting to a hostname.
|
/external/autotest/server/hosts/ |
testbed.py | 35 def __init__(self, hostname='localhost', host_attributes={}, 42 @param hostname: Hostname of the test station connected to the duts. 45 logging.info('Initializing TestBed centered on host: %s', hostname) 46 self.hostname = hostname 48 hostname=hostname) 60 hostname=hostname, teststation=self.teststation [all...] |
/external/curl/lib/ |
hostasyn.c | 86 conn->async.hostname, 146 const char *hostname, 150 return Curl_resolver_getaddrinfo(conn, hostname, port, waitp);
|
hostip.c | 290 const char *hostname, 298 /* Create an entry id, based upon the hostname and port */ 299 entry_id = create_hostcache_id(hostname, port); 317 infof(data, "Hostname in DNS cache was stale, zapped\n"); 333 * it discovers the handle in the state WAITRESOLVE whether the hostname 336 * lookups for the same hostname requested by different handles. 345 const char *hostname, 354 dns = fetch_addr(conn, hostname, port); 376 const char *hostname, 384 /* Create an entry id, based upon the hostname and port * 776 char hostname[256]; local [all...] |
hostip6.c | 155 * Returns name information about the given hostname and port number. If 161 const char *hostname, 199 if((1 == Curl_inet_pton(AF_INET, hostname, addrbuf)) || 200 (1 == Curl_inet_pton(AF_INET6, hostname, addrbuf))) { 209 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res); 211 infof(data, "getaddrinfo(3) failed for %s:%d\n", hostname, port);
|
/external/toybox/toys/pending/ |
dumpleases.c | 33 char hostname[20]; member in struct:lease 57 lease_struct.hostname[19] = '\0'; 58 xprintf(" %-16s%-20s", inet_ntoa(addr), lease_struct.hostname );
|
/external/c-ares/ |
ares_parse_mx_reply.c | 56 char *hostname = NULL, *rr_name = NULL; local 78 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); 84 free (hostname); 153 if (hostname) 154 free (hostname);
|
ares_parse_srv_reply.c | 61 char *hostname = NULL, *rr_name = NULL; local 83 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); 89 free (hostname); 162 if (hostname) 163 free (hostname);
|
ares_parse_txt_reply.c | 63 char *hostname = NULL, *rr_name = NULL; local 85 status = ares_expand_name (aptr, abuf, alen, &hostname, &len); 91 free (hostname); 184 if (hostname) 185 free (hostname);
|
ares_parse_a_reply.c | 64 char *hostname, *rr_name, *rr_data, **aliases; local 88 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len); 93 free(hostname); 105 free(hostname); 111 free(hostname); 147 && strcasecmp(rr_name, hostname) == 0) 184 /* Decode the RR data and replace the hostname with it. */ 189 free(hostname); 190 hostname = rr_data; 237 hostent->h_name = hostname; [all...] |
ares_parse_aaaa_reply.c | 66 char *hostname, *rr_name, *rr_data, **aliases; local 90 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len); 95 free(hostname); 106 free(hostname); 112 free(hostname); 147 && strcasecmp(rr_name, hostname) == 0) 184 /* Decode the RR data and replace the hostname with it. */ 189 free(hostname); 190 hostname = rr_data; 235 hostent->h_name = hostname; [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
HostnameVerifierBenchmark.java | 47 private String hostname; field in class:HostnameVerifierBenchmark 57 public boolean verify(String hostname, SSLSession sslSession) { 63 HostnameVerifierBenchmark.this.hostname = hostname; 79 hostnameVerifier.verify(hostname, sslSession);
|
/external/autotest/scheduler/ |
drone_manager.py | 63 def __init__(self, hostname, pid, ppid=None): 64 self.hostname = hostname 69 return (self.hostname, self.pid) 73 return '%s/%s' % (self.hostname, self.pid) 179 # maps hostname to Drone object 186 # map drone hostname to time stamp of email that 201 for hostname in drone_hostnames: 202 self._add_drone(hostname) 244 def _add_drone(self, hostname) [all...] |
/external/dnsmasq/src/ |
helper.c | 113 char *p, *action_str, *hostname = NULL; local 255 hostname = (char *)buf; 256 hostname[data.hostname_len - 1] = 0; 257 if (!legal_hostname(hostname)) 258 hostname = NULL; 259 else if ((dot = strchr(hostname, '.'))) 266 if (data.action == ACTION_OLD_HOSTNAME && hostname) 268 my_setenv("DNSMASQ_OLD_HOSTNAME", hostname, &err); 269 hostname = NULL; 282 action_str, daemon->dhcp_buff, inet_ntoa(data.addr), hostname, (char*)NULL) [all...] |