Searched refs:host_hash (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | hostfile.h | 57 char *host_hash(const char *, const char *, u_int);
|
D | hostfile.c | 119 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) in host_hash() function 420 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) { in write_host_entry() 651 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()
|
D | ssh-keyscan.c | 320 if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL) in keyprint_one()
|
D | ssh-keygen.c | 1199 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()
|