Searched refs:get_hostkey_index (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth.h | 211 int get_hostkey_index(struct sshkey *, int, struct ssh *);
|
H A D | sshd-auth.c | 352 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh) in get_hostkey_index() function 866 kex->host_key_index=&get_hostkey_index; in do_ssh2_kex()
|
H A D | monitor.c | 717 if ((keyid = get_hostkey_index(pubkey, 1, ssh)) == -1) in mm_answer_sign() 1429 if (get_hostkey_index(hostkey, 1, ssh) == -1) in monitor_valid_userblob() 1866 kex->host_key_index=&get_hostkey_index; in monitor_apply_keystate()
|
H A D | sshd-session.c | 550 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh) in get_hostkey_index() function
|