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

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dhostfile.h52 char *host_hash(const char *, const char *, u_int);
H A Dhostfile.c119 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) function
147 fatal("host_hash: __b64_ntop failed");
281 hashed_host = host_hash(host, cp, (u_int) (cp2 - cp));
477 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) {
478 error("add_host_to_hostfile: host_hash failed");
H A Dssh-keyscan.c284 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
285 fatal("host_hash failed");
H A Dssh-keygen.c991 if (hash && (name = host_hash(name, NULL, 0)) == NULL)
1102 cp2 = host_hash(name, cp, strlen(cp));

Completed in 112 milliseconds