Searched refs:hash_hosts (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-keyscan.c62 int hash_hosts = 0; /* Hash hostname on output */ variable
270 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
623 hash_hosts = 1;
H A Dssh-keygen.c75 int hash_hosts = 0; variable
984 if (!find_host && (hash_hosts || delete_host)) {
1078 } else if (hash_hosts)
1090 ca, hash_hosts && !ca);
1094 } else if (hash_hosts) {
1960 hash_hosts = 1;
2132 if (print_fingerprint && (delete_host || hash_hosts)) {
2143 if (delete_host || hash_hosts || find_host)

Completed in 81 milliseconds