Home
last modified time | relevance | path

Searched refs:setKeyLength (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php80 public function setKeyLength($length) function in phpseclib3\\Crypt\\AES
90 parent::setKeyLength($length);
99 * @see setKeyLength()
H A DRC4.php131 public function setKeyLength($length) function in phpseclib3\\Crypt\\RC4
139 parent::setKeyLength($length);
H A DTripleDES.php216 public function setKeyLength($length) function in phpseclib3\\Crypt\\TripleDES
226 parent::setKeyLength($length);
H A DTwofish.php394 public function setKeyLength($length) function in phpseclib3\\Crypt\\Twofish
405 parent::setKeyLength($length);
413 * @see setKeyLength()
H A DRijndael.php192 public function setKeyLength($length) function in phpseclib3\\Crypt\\Rijndael
206 parent::setKeyLength($length);
214 * @see setKeyLength()
H A DRC2.php298 public function setKeyLength($length) function in phpseclib3\\Crypt\\RC2
H A DBlowfish.php355 public function setKeyLength($length) function in phpseclib3\\Crypt\\Blowfish
363 parent::setKeyLength($length);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php151 $cipher->setKeyLength(64);
158 $cipher->setKeyLength(128);
162 $cipher->setKeyLength(128);
166 $cipher->setKeyLength(40);
170 $cipher->setKeyLength(128);
174 $cipher->setKeyLength(40);
237 $cipher->setKeyLength(128);
245 $cipher->setKeyLength(substr($algo, 3, 3));
416 $cipher->setKeyLength($effectiveKeyLength);
H A DPKCS1.php81 $cipher->setKeyLength($matches[1]);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php869 public function setKeyLength($length) function in phpseclib3\\Crypt\\Common\\SymmetricKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php5045 $obj->setKeyLength(preg_replace('#[^\d]#', '', $algo));