Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkexgexc.c87 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, in kexgex_client()
103 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, &kex_protocol_error); in input_kex_dh_gex_group()
H A Dssh2.h103 #define SSH2_MSG_KEX_DH_GEX_GROUP 31 macro
H A Dkexgexs.c109 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_GROUP)) != 0 || in input_kex_dh_gex_request()