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

/external/openssh/
H A Dhostfile.c114 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) function
142 fatal("host_hash: __b64_ntop failed");
276 hashed_host = host_hash(host, cp, (u_int) (cp2 - cp));
472 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) {
473 error("add_host_to_hostfile: host_hash failed");

Completed in 44 milliseconds