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

/freebsd-10.0-release/crypto/openssh/
H A Dssh-keyscan.c62 int hash_hosts = 0; /* Hash hostname on output */ variable
280 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
635 hash_hosts = 1;
H A Dssh-keygen.c80 int hash_hosts = 0; variable
1020 if (!find_host && (hash_hosts || delete_host)) {
1120 } else if (hash_hosts)
1132 ca, hash_hosts && !ca);
1142 } else if (hash_hosts) {
2242 hash_hosts = 1;
2436 if (print_fingerprint && (delete_host || hash_hosts)) {
2455 if (delete_host || hash_hosts || find_host)

Completed in 94 milliseconds