Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keyscan.c76 int hash_hosts = 0; /* Hash hostname on output */ variable
322 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one()
324 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
341 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) { in keyprint()
695 hash_hosts = 1; in main()
H A Dssh-keygen.c1170 int hash_hosts; /* Hash hostnames as we go */ member
1263 if (ctx->hash_hosts) in known_hosts_find_delete()
1296 int delete_host, int hash_hosts) in do_known_hosts() argument
1318 ctx.hash_hosts = hash_hosts; in do_known_hosts()
1326 if (!find_host && (hash_hosts || delete_host)) { in do_known_hosts()
1346 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? in do_known_hosts()
3316 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local
3382 hash_hosts = 1; in main()
3667 if (print_fingerprint && (delete_host || hash_hosts)) { in main()
3690 if (delete_host || hash_hosts || find_host) { in main()
[all …]