HomeSort by relevance Sort by last modified time
    Searched full:hash_hosts (Results 1 - 2 of 2) sorted by null

  /external/openssh/
ssh-keyscan.c 66 int hash_hosts = 0; /* Hash hostname on output */ variable
331 if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL)
333 known_host = hash_hosts ? hashed : hostport;
349 if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) {
718 hash_hosts = 1;
ssh-keygen.c 92 int hash_hosts = 0; variable
1168 if (hash_hosts)
1215 if (!find_host && (hash_hosts || delete_host)) {
1236 hash_hosts ? known_hosts_hash : known_hosts_find_delete, &ctx,
    [all...]

Completed in 825 milliseconds