Searched refs:encrypt_block_size (Results 1 – 1 of 1) sorted by relevance
391 private $encrypt_block_size = 8; variable in phpseclib3\\Net\\SSH21935 $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;