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

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keyscan.c66 int hash_hosts = 0; /* Hash hostname on output */ variable
284 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
639 hash_hosts = 1;
H A Dssh-keygen.c85 int hash_hosts = 0; variable
1025 if (!find_host && (hash_hosts || delete_host)) {
1125 } else if (hash_hosts)
1137 ca, hash_hosts && !ca);
1147 } else if (hash_hosts) {
2247 hash_hosts = 1;
2441 if (print_fingerprint && (delete_host || hash_hosts)) {
2460 if (delete_host || hash_hosts || find_host)

Completed in 112 milliseconds