Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dhostfile.h65 char *host_hash(const char *, const char *, u_int);
H A Dhostfile.c116 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()
740 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()
H A Dssh-keyscan.c322 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one()
H A Dssh-keygen.c1206 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()