Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php493 private $lengthEncrypt = false; variable in phpseclib3\\Net\\SSH2
1967 $this->lengthEncrypt = self::encryption_algorithm_to_crypt_instance($encrypt);
1968 $this->lengthEncrypt->setKey(substr($key, 32, 32));
4248 $this->lengthEncrypt->setNonce($nonce);
4250 $length = $this->lengthEncrypt->encrypt($packet & "\xFF\xFF\xFF\xFF");