Home
last modified time | relevance | path

Searched defs:kex (Results 1 – 17 of 17) sorted by relevance

/external/openssh/
Dkex.h124 struct kex { struct
134 u_int kex_type; argument
150 int (*kex[KEX_MAX])(struct ssh *); argument
163 int kex_new(struct ssh *, char *[PROPOSAL_MAX], struct kex **); argument
Dkexgexc.c59 struct kex *kex = ssh->kex; in kexgex_client() local
102 struct kex *kex = ssh->kex; in input_kex_dh_gex_group() local
156 struct kex *kex = ssh->kex; in input_kex_dh_gex_reply() local
Dkexc25519c.c52 struct kex *kex = ssh->kex; in kexc25519_client() local
75 struct kex *kex = ssh->kex; in input_kex_c25519_reply() local
Dkexdhc.c57 struct kex *kex = ssh->kex; in kexdh_client() local
99 struct kex *kex = ssh->kex; in input_kex_dh() local
Dkexdhs.c57 struct kex *kex = ssh->kex; in kexdh_server() local
90 struct kex *kex = ssh->kex; in input_kex_dh_init() local
Dkex.c273 struct kex *kex = ssh->kex; in kex_input_newkeys() local
293 struct kex *kex = ssh->kex; in kex_send_kexinit() local
323 struct kex *kex = ssh->kex; in kex_input_kexinit() local
374 struct kex *kex; in kex_new() local
429 kex_free(struct kex *kex) in kex_free()
584 struct kex *kex = ssh->kex; in kex_choose_conf() local
681 struct kex *kex = ssh->kex; in derive_key() local
746 struct kex *kex = ssh->kex; in kex_derive_keys() local
Dkexecdhc.c57 struct kex *kex = ssh->kex; in kexecdh_client() local
101 struct kex *kex = ssh->kex; in input_kex_ecdh_reply() local
Dkexgexs.c75 struct kex *kex = ssh->kex; in input_kex_dh_gex_request() local
149 struct kex *kex = ssh->kex; in input_kex_dh_gex_init() local
Dkexc25519s.c57 struct kex *kex = ssh->kex; in input_kex_c25519_init() local
Dkexecdhs.c64 struct kex *kex = ssh->kex; in input_kex_ecdh_init() local
Dpacket.h57 struct kex *kex; member
Dssh_api.c398 struct kex *kex = ssh->kex; in _ssh_exchange_banner() local
Dmonitor_wrap.c225 struct kex *kex = *pmonitor->m_pkex; in mm_key_sign() local
Dsshd.c2534 struct kex *kex; local
Dpacket.c2342 kex_to_blob(struct sshbuf *m, struct kex *kex) in kex_to_blob()
2550 struct kex *kex; in kex_from_blob() local
Dmonitor.c1847 struct kex *kex; in monitor_apply_keystate() local
Dsshconnect2.c160 struct kex *kex; in ssh_kex2() local