Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkexgexs.c64 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST, in kexgex_server()
79 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST, &kex_protocol_error); in input_kex_dh_gex_request()
H A Dssh2.h106 #define SSH2_MSG_KEX_DH_GEX_REQUEST 34 macro
H A Dkexgexc.c74 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST)) != 0 || in kexgex_client()