Searched refs:decrypt_block_size (Results 1 – 1 of 1) sorted by relevance
401 private $decrypt_block_size = 8; variable in phpseclib3\\Net\\SSH21980 $this->decrypt_block_size = $this->decrypt->getBlockLengthInBytes();1986 while ($this->decrypt_block_size > strlen($iv)) {1989 $this->decrypt->setIV(substr($iv, 0, $this->decrypt_block_size));3380 $this->decrypt_block_size = $this->encrypt_block_size = 8;3454 $raw = stream_get_contents($this->fsock, $this->decrypt_block_size);3478 $tag = stream_get_contents($this->fsock, $this->decrypt_block_size);3546 $remaining_length = $packet_length + 4 - $this->decrypt_block_size;3657 $remaining_length += $this->decrypt_block_size - 4;3666 …$remaining_length < -$this->decrypt_block_size || $remaining_length > 0x9000 || $remaining_length …[all …]