Home
last modified time | relevance | path

Searched refs:bitwise_leftShift (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php257 $max = $one->bitwise_leftShift($length);
H A DHash.php1012 … $maxwordrange64 = $one->bitwise_leftShift(64)->subtract($one->bitwise_leftShift(32));
1015 … $maxwordrange128 = $one->bitwise_leftShift(128)->subtract($one->bitwise_leftShift(96));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php578 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger
580 return new static($this->value->bitwise_leftShift($shift));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php561 $left = $this->bitwise_leftShift($shift);
857 $random = $random->bitwise_leftShift(8);
859 $random_max = $random_max->bitwise_leftShift(8);
1230 …$mask = static::$one[static::class]->bitwise_leftShift($split)->subtract(static::$one[static::clas…
H A DBCMath.php377 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php404 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php869 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1164 $n = $n->bitwise_leftShift(7);