Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keyscan.c62 int hash_hosts = 0; /* Hash hostname on output */ variable
280 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL) in keyprint()
635 hash_hosts = 1; in main()
Dssh-keygen.c77 int hash_hosts = 0; variable
994 if (!find_host && (hash_hosts || delete_host)) { in do_known_hosts()
1088 } else if (hash_hosts) in do_known_hosts()
1100 ca, hash_hosts && !ca); in do_known_hosts()
1104 } else if (hash_hosts) { in do_known_hosts()
1972 hash_hosts = 1; in main()
2144 if (print_fingerprint && (delete_host || hash_hosts)) { in main()
2155 if (delete_host || hash_hosts || find_host) in main()