Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ssh/
H A Dhostfile.h45 HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,
H A Dauth.c398 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles()
H A Dsshconnect.c1020 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
1037 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
H A Dhostfile.c406 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys() function