Searched refs:lengthDecrypt (Results 1 – 1 of 1) sorted by relevance
447 private $lengthDecrypt = false; variable in phpseclib3\\Net\\SSH22013 $this->lengthDecrypt = self::encryption_algorithm_to_crypt_instance($decrypt);2014 $this->lengthDecrypt->setKey(substr($key, 32, 32));3492 $this->lengthDecrypt->setNonce($nonce);3493 $temp = $this->lengthDecrypt->decrypt($aad = Strings::shift($raw, 4));