Searched refs:encryption_algorithm_to_key_size (Results 1 – 1 of 1) sorted by relevance
1726 …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