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

/freebsd-10.0-release/crypto/openssh/
H A Dhostfile.h52 char *host_hash(const char *, const char *, u_int);
H A Dhostfile.c114 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) function
143 fatal("host_hash: __b64_ntop failed");
279 hashed_host = host_hash(host, cp, (u_int) (cp2 - cp));
473 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) {
474 error("add_host_to_hostfile: host_hash failed");
H A Dssh-keyscan.c280 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
281 fatal("host_hash failed");
H A Dssh_namespace.h235 #define host_hash ssh_host_hash macro
H A Dssh-keygen.c986 if (hash && (name = host_hash(name, NULL, 0)) == NULL)
1097 cp2 = host_hash(name, cp, strlen(cp));

Completed in 128 milliseconds