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

  /external/openssh/
hostfile.h 57 char *host_hash(const char *, const char *, u_int);
hostfile.c 120 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) function
426 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) {
427 error("%s: host_hash failed", __func__);
661 if ((hashed_host = host_hash(host, names, nlen)) == NULL)
ssh-keyscan.c 306 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
307 fatal("host_hash failed");
ssh-keygen.c 1063 if ((hashed = host_hash(cp, NULL, 0)) == NULL)
    [all...]
  /external/autotest/server/
frontend.py 627 host_hash = {}
629 host_hash[host.hostname] = host
632 status.host = host_hash.get(status.host.hostname)

Completed in 926 milliseconds