Searched refs:getIV (Results 1 – 1 of 1) sorted by relevance
1278 mcrypt_generic_init($this->enmcrypt, $this->key, $this->getIV($this->encryptIV));1343 mcrypt_generic_init($this->enmcrypt, $this->key, $this->getIV($this->encryptIV));1669 mcrypt_generic_init($this->demcrypt, $this->key, $this->getIV($this->decryptIV));1716 mcrypt_generic_init($this->demcrypt, $this->key, $this->getIV($this->decryptIV));1956 protected function getIV($iv) function in phpseclib3\\Crypt\\Common\\SymmetricKey