Home
last modified time | relevance | path

Searched defs:hash_hosts (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-keyscan.c79 int hash_hosts = 0; /* Hash hostname on output */ variable
H A Dssh-keygen.c1185 int hash_hosts; /* Hash hostnames as we go */ member
1311 int delete_host, int hash_hosts) in do_known_hosts()
3350 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local