Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhostfile.h66 char *host_hash(const char *, const char *, u_int);
H A Dnamespace.h45 #define host_hash ssh_host_hash macro
H A Dhostfile.c117 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) in host_hash() function
448 if ((hashed_host = host_hash(lhost, NULL, 0)) == NULL) { in write_host_entry()
745 if ((hashed_host = host_hash(host, names, nlen)) == NULL) in match_maybe_hashed()