Searched refs:host_hash (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | hostfile.h | 65 char *host_hash(const char *, const char *, u_int);
|
H A D | hostfile.c | 116 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) in host_hash() function 447 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) { in write_host_entry() 749 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()
|
H A D | ssh-keyscan.c | 334 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one()
|
H A D | ssh_namespace.h | 309 #define host_hash Fssh_host_hash macro
|
H A D | ssh-keygen.c | 1221 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()
|