Searched refs:getBlockLength (Results 1 – 6 of 6) sorted by relevance
167 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3));
1173 public function getBlockLength() function in phpseclib3\\Crypt\\Hash
184 $iv = Random::string($cipher->getBlockLength() >> 3);
238 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3);340 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3);
591 $iv = Random::string($crypto->getBlockLength() >> 3);
852 public function getBlockLength() function in phpseclib3\\Crypt\\Common\\SymmetricKey1100 $blockLength = $hashObj->getBlockLength() >> 3;