Searched refs:SSH2_MSG_KEXINIT (Results 1 – 11 of 11) sorted by relevance
/external/openssh/ |
D | kexecdh.c | 74 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kex_ecdh_hash() 77 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kex_ecdh_hash()
|
D | kexdh.c | 67 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kex_dh_hash() 70 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kex_dh_hash()
|
D | kexgex.c | 71 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kexgex_hash() 74 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kexgex_hash()
|
D | kexc25519.c | 103 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) < 0 || in kex_c25519_hash() 106 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) < 0 || in kex_c25519_hash()
|
D | roaming_client.c | 148 packet_start(SSH2_MSG_KEXINIT); in roaming_resume() 170 if ((type = packet_read()) != SSH2_MSG_KEXINIT) { in roaming_resume()
|
D | ssh2.h | 86 #define SSH2_MSG_KEXINIT 20 macro
|
D | kex.c | 251 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_reset_dispatch() 309 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXINIT)) != 0 || in kex_send_kexinit()
|
D | ssh_api.c | 253 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_next()
|
D | serverloop.c | 1384 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch_20()
|
D | clientloop.c | 2605 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch_20()
|
D | packet.c | 1231 if (type == SSH2_MSG_KEXINIT) in ssh_packet_send2()
|