Searched refs:dhgexParameters (Results 1 – 2 of 2) sorted by relevance
256 kxs.dhgexParameters = nextKEXdhgexParameters; in initiateKEX()414 kxs.dhgexParameters = nextKEXdhgexParameters; in handleMessage()439 if (kxs.dhgexParameters.getMin_group_len() == 0) in handleMessage()441 PacketKexDhGexRequestOld dhgexreq = new PacketKexDhGexRequestOld(kxs.dhgexParameters); in handleMessage()447 PacketKexDhGexRequest dhgexreq = new PacketKexDhGexRequest(kxs.dhgexParameters); in handleMessage()565 kxs.dhgexParameters); in handleMessage()
33 public DHGexParameters dhgexParameters; field in KexState