Home
last modified time | relevance | path

Searched refs:getBlockLength (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DRandom.php167 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3));
DHash.php1084 public function getBlockLength() function in phpseclib3\\Crypt\\Hash
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPKCS1.php184 $iv = Random::string($cipher->getBlockLength() >> 3);
DPuTTY.php235 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3);
334 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3);
DPKCS8.php581 $iv = Random::string($crypto->getBlockLength() >> 3);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DSymmetricKey.php847 public function getBlockLength() function in phpseclib3\\Crypt\\Common\\SymmetricKey
1095 $blockLength = $hashObj->getBlockLength() >> 3;