HomeSort by relevance Sort by last modified time
    Searched refs:host_hash (Results 1 - 4 of 4) sorted by null

  /external/openssh/
hostfile.h 52 char *host_hash(const char *, const char *, u_int);
hostfile.c 114 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");
ssh-keyscan.c 280 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
281 fatal("host_hash failed");
ssh-keygen.c 960 if (hash && (name = host_hash(name, NULL, 0)) == NULL)
1071 cp2 = host_hash(name, cp, strlen(cp));
    [all...]

Completed in 50 milliseconds