HomeSort by relevance Sort by last modified time
    Searched refs:SSH2_MSG_KEX_DH_GEX_REQUEST (Results 1 - 3 of 3) sorted by null

  /external/openssh/
ssh2.h 104 #define SSH2_MSG_KEX_DH_GEX_REQUEST 34
kexgexc.c 72 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST)) != 0 ||
78 debug("SSH2_MSG_KEX_DH_GEX_REQUEST(%u<%u<%u) sent",
kexgexs.c 63 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST,
65 debug("expecting SSH2_MSG_KEX_DH_GEX_REQUEST");
77 debug("SSH2_MSG_KEX_DH_GEX_REQUEST received");

Completed in 53 milliseconds