Home
last modified time | relevance | path

Searched refs:decrypt_block_size (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php377 private $decrypt_block_size = 8;
1960 $this->decrypt_block_size = $this->decrypt->getBlockLengthInBytes();
1966 while ($this->decrypt_block_size > strlen($iv)) {
1969 $this->decrypt->setIV(substr($iv, 0, $this->decrypt_block_size));
3485 $this->decrypt_block_size = $this->encrypt_block_size = 8;
3569 $raw = stream_get_contents($this->fsock, $this->decrypt_block_size);
3591 $raw .= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size + 4);
3593 $tag = stream_get_contents($this->fsock, $this->decrypt_block_size);
3614 $raw .= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size + 4);
3642 $raw .= $this->read_remaining_bytes($packet_length - $this->decrypt_block_size
394 var $decrypt_block_size = 8; global() variable in phpseclib\\Net\\SSH2
[all...]