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

  /external/openssh/
hostfile.h 38 HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,
sshconnect.c 878 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
887 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
    [all...]
auth.c 441 host_status = check_key_in_hostkeys(hostkeys, key, &found);
hostfile.c 402 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, function

Completed in 625 milliseconds