Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php391 private $encrypt_block_size = 8; variable in phpseclib3\\Net\\SSH2
1935 $this->encrypt_block_size = $this->encrypt->getBlockLengthInBytes();
1941 while ($this->encrypt_block_size > strlen($iv)) {
1944 $this->encrypt->setIV(substr($iv, 0, $this->encrypt_block_size));
3380 $this->decrypt_block_size = $this->encrypt_block_size = 8;
4202 … $packet_length += (($this->encrypt_block_size - 1) * $packet_length) % $this->encrypt_block_size;