Searched refs:read_remaining_bytes (Results 1 – 1 of 1) sorted by relevance
3476 … $raw .= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size + 4);3499 … $raw .= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size + 4);3527 … $raw .= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size + 4);3549 $buffer = $this->read_remaining_bytes($remaining_length);3644 private function read_remaining_bytes($remaining_length) function in phpseclib3\\Net\\SSH2