OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_host_key_algorithms
(Results
1 - 3
of
3
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
KexParameters.java
17
public String[]
server_host_key_algorithms
;
field in class:KexParameters
KexManager.java
162
if (compareFirstOfNameList(cpar.
server_host_key_algorithms
, spar.
server_host_key_algorithms
) == false)
169
* is just a check if kex_algorithms and
server_host_key_algorithms
were
186
np.server_host_key_algo = getFirstMatch(client.
server_host_key_algorithms
,
187
server.
server_host_key_algorithms
);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexInit.java
31
kp.
server_host_key_algorithms
= cwl.serverHostKeyAlgorithms;
58
kp.
server_host_key_algorithms
= tr.readNameList();
82
tw.writeNameList(kp.
server_host_key_algorithms
);
165
return kp.
server_host_key_algorithms
;
Completed in 347 milliseconds