Searched refs:check_key_in_hostkeys (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | hostfile.h | 38 HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,
|
D | sshconnect.c | 785 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key() 794 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
|
D | hostfile.c | 393 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys() function
|
D | auth.c | 490 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles()
|