Searched refs:decrypt_block_size (Results 1 – 1 of 1) sorted by relevance
383 private $decrypt_block_size = 8; variable in phpseclib3\\Net\\SSH22013 $this->decrypt_block_size = $this->decrypt->getBlockLengthInBytes();2019 while ($this->decrypt_block_size > strlen($iv)) {2022 $this->decrypt->setIV(substr($iv, 0, $this->decrypt_block_size));3557 $this->decrypt_block_size = $this->encrypt_block_size = 8;3639 … 'size' => $this->decrypt_block_size, // the total size of this packet to be read from the socket3697 $this->decrypt->setTag(Strings::pop($raw, $this->decrypt_block_size));3721 Strings::shift($raw, $this->decrypt_block_size);3841 …acket->size = $packet_length_header_size + $packet_length + $this->decrypt_block_size; // expect t…3851 if (strlen($packet->raw) < $this->decrypt_block_size) {[all …]