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

/freebsd-10.1-release/crypto/openssh/
H A Dssh-keyscan.c63 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.c80 int hash_hosts = 0; variable
1037 if (!find_host && (hash_hosts || delete_host)) {
1139 } else if (hash_hosts)
1152 ca, hash_hosts && !ca);
1163 } else if (hash_hosts) {
2268 hash_hosts = 1;
2468 if (print_fingerprint && (delete_host || hash_hosts)) {
2487 if (delete_host || hash_hosts || find_host)

Completed in 103 milliseconds