Home
last modified time | relevance | path

Searched refs:dhgexParameters (Results 1 – 2 of 2) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
DKexManager.java256 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()
DKexState.java33 public DHGexParameters dhgexParameters; field in KexState