Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dhostfile.h45 HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,
H A Dsshconnect.c1010 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
1027 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
H A Dauth.c448 host_status = check_key_in_hostkeys(hostkeys, key, &found); in check_key_in_hostfiles()
H A Dhostfile.c408 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys() function