Searched refs:getIV (Results 1 – 1 of 1) sorted by relevance
1276 mcrypt_generic_init($this->enmcrypt, $this->key, $this->getIV($this->encryptIV));1341 mcrypt_generic_init($this->enmcrypt, $this->key, $this->getIV($this->encryptIV));1668 mcrypt_generic_init($this->demcrypt, $this->key, $this->getIV($this->decryptIV));1715 mcrypt_generic_init($this->demcrypt, $this->key, $this->getIV($this->decryptIV));1958 protected function getIV($iv) function in phpseclib3\\Crypt\\Common\\SymmetricKey