Searched refs:getBlockLength (Results 1 – 6 of 6) sorted by relevance
168 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3));
910 public function getBlockLength() function in phpseclib3\\Crypt\\Hash
248 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3);348 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3);
197 $iv = Random::string($cipher->getBlockLength() >> 3);
552 $iv = Random::string($crypto->getBlockLength() >> 3);
860 public function getBlockLength() function in phpseclib3\\Crypt\\Common\\SymmetricKey1092 $blockLength = $hashObj->getBlockLength() >> 3;