Searched refs:host_hash (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | hostfile.h | 52 char *host_hash(const char *, const char *, u_int);
|
D | hostfile.c | 114 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) in host_hash() function 276 hashed_host = host_hash(host, cp, (u_int) (cp2 - cp)); in load_hostkeys() 472 if ((hashed_host = host_hash(host, NULL, 0)) == NULL) { in add_host_to_hostfile()
|
D | ssh-keyscan.c | 280 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL) in keyprint()
|
D | ssh-keygen.c | 960 if (hash && (name = host_hash(name, NULL, 0)) == NULL) in printhost() 1071 cp2 = host_hash(name, cp, strlen(cp)); in do_known_hosts()
|