Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h103 #define SSH2_MSG_KEX_DH_GEX_REPLY 33 macro
Dkexgexs.c185 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_REPLY)) != 0 || in input_kex_dh_gex_init()
Dkexgexc.c134 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply); in input_kex_dh_gex_group()