Searched refs:thisAlgo (Results 1 – 1 of 1) sorted by relevance
610 String thisAlgo = null; in recommendHostkeyAlgorithms() local614 thisAlgo = "ssh-rsa"; in recommendHostkeyAlgorithms()618 thisAlgo = "ssh-dss"; in recommendHostkeyAlgorithms()629 if (preferredAlgo.compareTo(thisAlgo) != 0) in recommendHostkeyAlgorithms()636 preferredAlgo = thisAlgo; in recommendHostkeyAlgorithms()