Home
last modified time | relevance | path

Searched refs:SSH2_MSG_KEX_DH_GEX_REPLY (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexgexc.c136 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply); in input_kex_dh_gex_group()
159 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &kex_protocol_error); in input_kex_dh_gex_reply()
H A Dssh2.h105 #define SSH2_MSG_KEX_DH_GEX_REPLY 33 macro
H A Dkexgexs.c189 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_REPLY)) != 0 || in input_kex_dh_gex_init()