Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php465 private $lengthEncrypt = false; variable in phpseclib3\\Net\\SSH2
1995 $this->lengthEncrypt = self::encryption_algorithm_to_crypt_instance($encrypt);
1996 $this->lengthEncrypt->setKey(substr($key, 32, 32));
4401 $this->lengthEncrypt->setNonce($nonce);
4403 $length = $this->lengthEncrypt->encrypt($packet & "\xFF\xFF\xFF\xFF");