Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dhostfile.h45 HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,
H A Dsshconnect.c1028 host_status = check_key_in_hostkeys(host_hostkeys, host_key, in check_host_key()
1045 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
H A Dauth.c451 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
H A Dssh_namespace.h195 #define check_key_in_hostkeys Fssh_check_key_in_hostkeys macro