Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php257 private $kex_algorithm = false; variable in phpseclib3\\Net\\SSH2
1695 $this->kex_algorithm = self::array_intersect_first($kex_algorithms, $this->kex_algorithms);
1696 if ($this->kex_algorithm === false) {
1739 switch ($this->kex_algorithm) {
1765 …if (strpos($this->kex_algorithm, 'curve25519-sha256') === 0 || strpos($this->kex_algorithm, 'ecdh-…
1766 $curve = strpos($this->kex_algorithm, 'curve25519-sha256') === 0 ?
1768 substr($this->kex_algorithm, 10);
1774 if (strpos($this->kex_algorithm, 'diffie-hellman-group-exchange') === 0) {
1810 $params = DH::createParameters($this->kex_algorithm);
4900 'kex' => $this->kex_algorithm,