Lines Matching defs:hash_hosts
1190 int hash_hosts; /* Hash hostnames as we go */
1283 if (ctx->hash_hosts)
1316 int delete_host, int hash_hosts)
1338 ctx.hash_hosts = hash_hosts;
1346 if (!find_host && (hash_hosts || delete_host)) {
1366 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ?
3364 int find_host = 0, delete_host = 0, hash_hosts = 0;
3429 hash_hosts = 1;
3711 if (print_fingerprint && (delete_host || hash_hosts)) {
3734 if (delete_host || hash_hosts || find_host) {
3736 delete_host, hash_hosts);