Searched refs:SSH2_MSG_KEXDH_REPLY (Results 1 – 3 of 3) sorted by relevance
97 #define SSH2_MSG_KEXDH_REPLY 31 macro
96 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_REPLY, &input_kex_dh); in kexdh_client()
199 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXDH_REPLY)) != 0 || in input_kex_dh_init()