Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1726 …if (!$decrypt || ($decryptKeyLength = $this->encryption_algorithm_to_key_size($decrypt)) === null)…
1732 …if (!$encrypt || ($encryptKeyLength = $this->encryption_algorithm_to_key_size($encrypt)) === null)…
2113 private function encryption_algorithm_to_key_size($algorithm) function in phpseclib3\\Net\\SSH2