Home
last modified time | relevance | path

Searched refs:SSH2_MSG_KEX_ECDH_REPLY (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/crypto/openssh/
HDkexgen.c137 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_gen_reply); in kex_gen_client()
155 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &kex_protocol_error); in input_kex_gen_reply()
360 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_ECDH_REPLY)) != 0 || in input_kex_gen_init()
HDssh2.h110 #define SSH2_MSG_KEX_ECDH_REPLY 31 macro