Searched refs:decryptIV (Results 1 – 1 of 1) sorted by relevance
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| D | SymmetricKey.php | 269 protected $decryptIV; variable in phpseclib3\\Crypt\\Common\\SymmetricKey 1166 $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV; 1258 …encrypt($iv, $this->cipher_name_openssl_ecb, $this->key, $this->openssl_options, $this->decryptIV); 1553 $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV; 1578 …$this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->decryptIV); 1580 $this->decryptIV = substr($ciphertext, -$offset, $this->block_size); 1584 … $plaintext = $this->openssl_ctr_process($ciphertext, $this->decryptIV, $this->debuffer); 1591 $iv = &$this->decryptIV; 1594 $iv = $this->decryptIV; 1632 …$this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->decryptIV); [all …]
|