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

  /external/openssh/
hostfile.c 244 char *cp, *cp2, *hashed_host; local
276 hashed_host = host_hash(host, cp, (u_int) (cp2 - cp));
277 if (hashed_host == NULL) {
282 if (strncmp(hashed_host, cp, (u_int) (cp2 - cp)) != 0)
463 char *hashed_host = NULL; local
472 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) {
478 fprintf(f, "%s ", store_hash ? hashed_host : host);
  /external/chromium/net/base/
transport_security_state.cc 577 std::string hashed_host(HashHost(host_sub_chunk));
578 if (hosts.find(hashed_host) != hosts.end()) {
579 *out = hosts[hashed_host];

Completed in 166 milliseconds