Searched refs:encryption_algorithm_to_key_size (Results 1 – 1 of 1) sorted by relevance
1681 $decryptKeyLength = $this->encryption_algorithm_to_key_size($decrypt);1688 $encryptKeyLength = $this->encryption_algorithm_to_key_size($encrypt);2086 private function encryption_algorithm_to_key_size($algorithm) function in phpseclib3\\Net\\SSH2