Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php252 protected $decryptIV; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1168 $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV;
1260 …encrypt($iv, $this->cipher_name_openssl_ecb, $this->key, $this->openssl_options, $this->decryptIV);
1554 $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV;
1579 …$this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->decryptIV);
1581 $this->decryptIV = substr($ciphertext, -$offset, $this->block_size);
1585 … $plaintext = $this->openssl_ctr_process($ciphertext, $this->decryptIV, $this->debuffer);
1592 $iv = &$this->decryptIV;
1595 $iv = $this->decryptIV;
1633 …$this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->decryptIV);
[all …]