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

  /external/openssh/
ssh-keyscan.c 65 int hash_hosts = 0; /* Hash hostname on output */ variable
306 if (hash_hosts && (host = host_hash(host, NULL, 0)) == NULL)
673 hash_hosts = 1;
ssh-keygen.c 90 int hash_hosts = 0; variable
1119 if (hash_hosts)
1166 if (!find_host && (hash_hosts || delete_host)) {
1187 hash_hosts ? known_hosts_hash : known_hosts_find_delete, &ctx,
    [all...]

Completed in 81 milliseconds