Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dkexgexc.c134 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply); in input_kex_dh_gex_group()
157 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &kex_protocol_error); in input_kex_dh_gex_reply()
Dssh2.h106 #define SSH2_MSG_KEX_DH_GEX_REPLY 33 macro
Dkexgexs.c187 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_REPLY)) != 0 || in input_kex_dh_gex_init()