Searched refs:getIV (Results 1 – 1 of 1) sorted by relevance
1283 mcrypt_generic_init($this->enmcrypt, $this->key, $this->getIV($this->encryptIV));1348 mcrypt_generic_init($this->enmcrypt, $this->key, $this->getIV($this->encryptIV));1674 mcrypt_generic_init($this->demcrypt, $this->key, $this->getIV($this->decryptIV));1721 mcrypt_generic_init($this->demcrypt, $this->key, $this->getIV($this->decryptIV));1961 protected function getIV($iv) function in phpseclib3\\Crypt\\Common\\SymmetricKey