Searched refs:getBlockLength (Results 1 – 6 of 6) sorted by relevance
167 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3));
1084 public function getBlockLength() function in phpseclib3\\Crypt\\Hash
184 $iv = Random::string($cipher->getBlockLength() >> 3);
235 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3);334 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3);
581 $iv = Random::string($crypto->getBlockLength() >> 3);
847 public function getBlockLength() function in phpseclib3\\Crypt\\Common\\SymmetricKey1095 $blockLength = $hashObj->getBlockLength() >> 3;