Lines Matching defs:ssh

339 kex_proposal_populate_entries(struct ssh *ssh, char *prop[PROPOSAL_MAX],  in kex_proposal_populate_entries()
484 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in kex_protocol_error()
502 kex_reset_dispatch(struct ssh *ssh) in kex_reset_dispatch()
509 kex_set_server_sig_algs(struct ssh *ssh, const char *allowed_algs) in kex_set_server_sig_algs()
545 kex_compose_ext_info_server(struct ssh *ssh, struct sshbuf *m) in kex_compose_ext_info_server()
567 kex_compose_ext_info_client(struct ssh *ssh, struct sshbuf *m) in kex_compose_ext_info_client()
584 kex_maybe_send_ext_info(struct ssh *ssh) in kex_maybe_send_ext_info()
621 kex_server_update_ext_info(struct ssh *ssh) in kex_server_update_ext_info()
641 kex_send_newkeys(struct ssh *ssh) in kex_send_newkeys()
675 kex_ext_info_client_parse(struct ssh *ssh, const char *name, in kex_ext_info_client_parse()
709 kex_ext_info_server_parse(struct ssh *ssh, const char *name, in kex_ext_info_server_parse()
725 kex_input_ext_info(int type, u_int32_t seq, struct ssh *ssh) in kex_input_ext_info()
772 kex_input_newkeys(int type, u_int32_t seq, struct ssh *ssh) in kex_input_newkeys()
820 kex_send_kexinit(struct ssh *ssh) in kex_send_kexinit()
858 kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh) in kex_input_kexinit()
997 kex_ready(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_ready()
1010 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup()
1029 kex_start_rekex(struct ssh *ssh) in kex_start_rekex()
1066 choose_mac(struct ssh *ssh, struct sshmac *mac, char *client, char *server) in choose_mac()
1178 kex_choose_conf(struct ssh *ssh, uint32_t seq) in kex_choose_conf()
1311 derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen, in derive_key()
1376 kex_derive_keys(struct ssh *ssh, u_char *hash, u_int hashlen, in kex_derive_keys()
1415 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey()
1436 kex_verify_host_key(struct ssh *ssh, struct sshkey *server_host_key) in kex_verify_host_key()
1467 send_error(struct ssh *ssh, char *msg) in send_error()
1487 kex_exchange_identification(struct ssh *ssh, int timeout_ms, in kex_exchange_identification()