Searched refs:host_hash (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | hostfile.h | 57 char *host_hash(const char *, const char *, u_int);
|
D | hostfile.c | 120 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()
|
D | ssh-keyscan.c | 306 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL) in keyprint()
|
D | ssh-keygen.c | 1063 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()
|
/external/autotest/server/ |
D | frontend.py | 627 host_hash = {} 629 host_hash[host.hostname] = host 632 status.host = host_hash.get(status.host.hostname)
|