Lines Matching defs:ssh

91 kex_proposal_populate_entries(struct ssh *ssh, char *prop[PROPOSAL_MAX],  in kex_proposal_populate_entries()
236 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in kex_protocol_error()
254 kex_reset_dispatch(struct ssh *ssh) in kex_reset_dispatch()
261 kex_set_server_sig_algs(struct ssh *ssh, const char *allowed_algs) in kex_set_server_sig_algs()
297 kex_compose_ext_info_server(struct ssh *ssh, struct sshbuf *m) in kex_compose_ext_info_server()
319 kex_compose_ext_info_client(struct ssh *ssh, struct sshbuf *m) in kex_compose_ext_info_client()
336 kex_maybe_send_ext_info(struct ssh *ssh) in kex_maybe_send_ext_info()
373 kex_server_update_ext_info(struct ssh *ssh) in kex_server_update_ext_info()
393 kex_send_newkeys(struct ssh *ssh) in kex_send_newkeys()
427 kex_ext_info_client_parse(struct ssh *ssh, const char *name, in kex_ext_info_client_parse()
461 kex_ext_info_server_parse(struct ssh *ssh, const char *name, in kex_ext_info_server_parse()
477 kex_input_ext_info(int type, u_int32_t seq, struct ssh *ssh) in kex_input_ext_info()
524 kex_input_newkeys(int type, u_int32_t seq, struct ssh *ssh) in kex_input_newkeys()
572 kex_send_kexinit(struct ssh *ssh) in kex_send_kexinit()
610 kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh) in kex_input_kexinit()
749 kex_ready(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_ready()
762 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup()
781 kex_start_rekex(struct ssh *ssh) in kex_start_rekex()
818 choose_mac(struct ssh *ssh, struct sshmac *mac, char *client, char *server) in choose_mac()
926 kex_choose_conf(struct ssh *ssh, uint32_t seq) in kex_choose_conf()
1059 derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen, in derive_key()
1124 kex_derive_keys(struct ssh *ssh, u_char *hash, u_int hashlen, in kex_derive_keys()
1163 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey()
1184 kex_verify_host_key(struct ssh *ssh, struct sshkey *server_host_key) in kex_verify_host_key()
1215 send_error(struct ssh *ssh, char *msg) in send_error()
1235 kex_exchange_identification(struct ssh *ssh, int timeout_ms, in kex_exchange_identification()