Home
last modified time | relevance | path

Searched refs:check_key_in_hostkeys (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dhostfile.h38 HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,
Dsshconnect.c785 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()
Dhostfile.c393 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys() function
Dauth.c490 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles()