Home
last modified time | relevance | path

Searched refs:setBlockLength (Results 1 – 2 of 2) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php20 * make a whole lot of sense. {@link self::setBlockLength() setBlockLength()}, for instance. Calling that function,
62 * @see \phpseclib3\Crypt\Rijndael::setBlockLength()
66 public function setBlockLength($length)
70 function setBlockLength($length) global() function in phpseclib\\Crypt\\AES
H A DRijndael.php10 * If {@link self::setBlockLength() setBlockLength()} isn't called, it'll be assumed to be 128 bits. If
108 * @see self::setBlockLength()
241 public function setBlockLength($length)
222 function setBlockLength($length) global() function in phpseclib\\Crypt\\Rijndael