Home
last modified time | relevance | path

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

/external/openssh/
Dhostfile.h57 char *host_hash(const char *, const char *, u_int);
Dhostfile.c119 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) in host_hash() function
420 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) { in write_host_entry()
651 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()
Dssh-keyscan.c320 if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL) in keyprint_one()
Dssh-keygen.c1199 if ((hashed = host_hash(cp, NULL, 0)) == NULL) in known_hosts_hash()