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
1173 $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV;
1265 …encrypt($iv, $this->cipher_name_openssl_ecb, $this->key, $this->openssl_options, $this->decryptIV);
1559 $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV;
1584 …$this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->decryptIV);
1586 $this->decryptIV = substr($ciphertext, -$offset, $this->block_size);
1590 … $plaintext = $this->openssl_ctr_process($ciphertext, $this->decryptIV, $this->debuffer);
1597 $iv = &$this->decryptIV;
1600 $iv = $this->decryptIV;
1638 …$this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING, $this->decryptIV);
[all …]