Home
last modified time | relevance | path

Searched refs:host_hash (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dhostfile.h57 char *host_hash(const char *, const char *, u_int);
Dhostfile.c120 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) in host_hash() function
426 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) { in write_host_entry()
661 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()
Dssh-keyscan.c306 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL) in keyprint()
Dssh-keygen.c1063 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()
/external/autotest/server/
Dfrontend.py627 host_hash = {}
629 host_hash[host.hostname] = host
632 status.host = host_hash.get(status.host.hostname)