HomeSort by relevance Sort by last modified time
    Searched refs:hashed_host (Results 1 - 4 of 4) 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_org/net/http/
transport_security_state.cc 663 const std::string hashed_host = HashHost(canonicalized_host); local
665 hashed_host);
686 const std::string hashed_host = HashHost(canonicalized_host); local
688 hashed_host);
830 const std::string& hashed_host, const DomainState& state) {
832 enabled_hosts_[hashed_host] = state;
transport_security_state.h 174 // Inserts |state| into |enabled_hosts_| under the key |hashed_host|.
175 // |hashed_host| is already in the internal representation
179 void AddOrUpdateEnabledHosts(const std::string& hashed_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 98 milliseconds