Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth.h211 int get_hostkey_index(struct sshkey *, int, struct ssh *);
H A Dsshd-session.c592 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh) in get_hostkey_index() function
1479 kex->host_key_index=&get_hostkey_index; in do_ssh2_kex()
H A Dmonitor.c1342 if (get_hostkey_index(hostkey, 1, ssh) == -1) in monitor_valid_userblob()
1779 kex->host_key_index=&get_hostkey_index; in monitor_apply_keystate()