Searched refs:encrypt_block_size (Results 1 – 1 of 1) sorted by relevance
374 private $encrypt_block_size = 8; variable in phpseclib3\\Net\\SSH21968 $this->encrypt_block_size = $this->encrypt->getBlockLengthInBytes();1974 while ($this->encrypt_block_size > strlen($iv)) {1977 $this->encrypt->setIV(substr($iv, 0, $this->encrypt_block_size));3557 $this->decrypt_block_size = $this->encrypt_block_size = 8;4422 … $packet_length += (($this->encrypt_block_size - 1) * $packet_length) % $this->encrypt_block_size;