Home
last modified time | relevance | path

Searched refs:setIV (Results 1 – 7 of 7) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
H A DRandom.php167 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3));
H A DBase.php
H A DRC4.php195 function setIV($iv) global() function in phpseclib\\Crypt\\RC4
H A DTripleDES.php192 * @see \phpseclib3\Crypt\Common\SymmetricKey::setIV()
195 public function setIV($iv)
197 parent::setIV($iv);
199 $this->des[0]->setIV($iv);
200 $this->des[1]->setIV($iv);
201 $this->des[2]->setIV($iv);
212 function setIV($iv) global() function in phpseclib\\Crypt\\TripleDES
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1924 $this->encrypt->setIV(substr($iv, 0, $this->encrypt_block_size));
1969 $this->decrypt->setIV(substr($iv, 0, $this->decrypt_block_size));
/dokuwiki/inc/
H A Dauth.php442 $cipher->setIV($iv);
467 $cipher->setIV($iv);