Lines Matching defs:ssh
408 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in kex_protocol_error()
421 kex_reset_dispatch(struct ssh *ssh) in kex_reset_dispatch()
428 kex_send_ext_info(struct ssh *ssh) in kex_send_ext_info()
453 kex_send_newkeys(struct ssh *ssh) in kex_send_newkeys()
471 kex_input_ext_info(int type, u_int32_t seq, struct ssh *ssh) in kex_input_ext_info()
509 kex_input_newkeys(int type, u_int32_t seq, struct ssh *ssh) in kex_input_newkeys()
532 kex_send_kexinit(struct ssh *ssh) in kex_send_kexinit()
571 kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh) in kex_input_kexinit()
707 kex_ready(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_ready()
720 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup()
739 kex_start_rekex(struct ssh *ssh) in kex_start_rekex()
776 choose_mac(struct ssh *ssh, struct sshmac *mac, char *client, char *server) in choose_mac()
882 kex_choose_conf(struct ssh *ssh) in kex_choose_conf()
994 derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen, in derive_key()
1060 kex_derive_keys(struct ssh *ssh, u_char *hash, u_int hashlen, in kex_derive_keys()
1095 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey()
1116 kex_verify_host_key(struct ssh *ssh, struct sshkey *server_host_key) in kex_verify_host_key()
1147 send_error(struct ssh *ssh, char *msg) in send_error()
1167 kex_exchange_identification(struct ssh *ssh, int timeout_ms, in kex_exchange_identification()