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

/freebsd-10-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
426 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) {
427 error("%s: host_hash failed", __func__);
661 if ((hashed_host = host_hash(host, names, nlen)) == NULL)
H A Dssh_namespace.h364 #define host_hash Fssh_host_hash macro
H A Dssh-keyscan.c328 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
329 fatal("host_hash failed");
H A Dssh-keygen.c1109 if ((hashed = host_hash(cp, NULL, 0)) == NULL)

Completed in 120 milliseconds