Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php269 protected $decryptIV; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1644 $iv = $this->decryptIV;
1673 $iv = &$this->decryptIV;
1739 $xor = $this->decryptIV;
1750 $xor = $this->decryptIV;
1781 $iv = $this->decryptIV;
1820 $iv = $this->decryptIV;
1831 … $this->decryptIV = substr($this->decryptIV, $len - $block_size) . substr($ciphertext, -$len);
1838 $iv = $this->decryptIV;
1847 $this->decryptIV = $iv;
[all …]