Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect.c70 static int show_other_keys(struct hostkeys *, struct sshkey *);
1182 if (show_other_keys(host_hostkeys, host_key)) { in check_host_key()
1639 show_other_keys(struct hostkeys *hostkeys, struct sshkey *key) in show_other_keys() function