HomeSort by: relevance | last modified time | path
    Searched defs:hash_hosts (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-keyscan.c 76 int hash_hosts = 0; /* Hash hostname on output */ variable
302 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL)
304 known_host = hash_hosts ? hashed : hostport;
321 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) {
660 hash_hosts = 1;
ssh-keygen.c 1111 int hash_hosts; /* Hash hostnames as we go */ member in struct:known_hosts_ctx
1204 if (ctx->hash_hosts)
1237 int delete_host, int hash_hosts)
1259 ctx.hash_hosts = hash_hosts;
1267 if (!find_host && (hash_hosts || delete_host)) {
1287 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ?
3278 int find_host = 0, delete_host = 0, hash_hosts = 0; local
3343 hash_hosts = 1;
3630 if (print_fingerprint && (delete_host || hash_hosts)) {
    [all...]

Completed in 115 milliseconds