Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-keyscan.c79 int hash_hosts = 0; /* Hash hostname on output */ variable
334 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one()
336 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
353 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
742 hash_hosts = 1; in main()
H A Dssh-keygen.c1185 int hash_hosts; /* Hash hostnames as we go */ member
1278 if (ctx->hash_hosts) in known_hosts_find_delete()
1311 int delete_host, int hash_hosts) in do_known_hosts() argument
1333 ctx.hash_hosts = hash_hosts; in do_known_hosts()
1341 if (!find_host && (hash_hosts || delete_host)) { in do_known_hosts()
1361 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? in do_known_hosts()
3350 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local
3416 hash_hosts = 1; in main()
3700 if (print_fingerprint && (delete_host || hash_hosts)) { in main()
3723 if (delete_host || hash_hosts || find_host) { in main()
[all …]