Lines Matching defs:ssh
325 privsep_preauth(struct ssh *ssh) in privsep_preauth()
392 privsep_postauth(struct ssh *ssh, Authctxt *authctxt) in privsep_postauth()
523 get_hostkey_by_type(int type, int nid, int need_private, struct ssh *ssh) in get_hostkey_by_type()
564 get_hostkey_public_by_type(int type, int nid, struct ssh *ssh) in get_hostkey_public_by_type()
570 get_hostkey_private_by_type(int type, int nid, struct ssh *ssh) in get_hostkey_private_by_type()
584 get_hostkey_public_by_index(int ind, struct ssh *ssh) in get_hostkey_public_by_index()
592 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh) in get_hostkey_index()
619 notify_hostkeys(struct ssh *ssh) in notify_hostkeys()
797 check_ip_options(struct ssh *ssh) in check_ip_options()
828 set_process_rdomain(struct ssh *ssh, const char *name) in set_process_rdomain()
872 struct ssh *ssh = NULL; in main() local
1416 sshd_hostkey_sign(struct ssh *ssh, struct sshkey *privkey, in sshd_hostkey_sign()
1436 do_ssh2_kex(struct ssh *ssh) in do_ssh2_kex()