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

/freebsd-13-stable/crypto/openssh/
H A Dhostfile.h57 char *host_hash(const char *, const char *, u_int);
H A Dhostfile.c120 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) function
423 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) {
424 error("%s: host_hash failed", __func__);
653 if ((hashed_host = host_hash(host, names, nlen)) == NULL)
H A Dssh-keyscan.c298 if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL)
299 fatal("host_hash failed");
H A Dssh_namespace.h300 #define host_hash Fssh_host_hash macro
H A Dssh-keygen.c1174 if ((hashed = host_hash(cp, NULL, 0)) == NULL)

Completed in 117 milliseconds