Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php613 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger
615 return new static($this->value->bitwise_leftShift($shift));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php597 $left = $this->bitwise_leftShift($shift);
889 $random = $random->bitwise_leftShift(8);
891 $random_max = $random_max->bitwise_leftShift(8);
1262 …$mask = static::$one[static::class]->bitwise_leftShift($split)->subtract(static::$one[static::clas…
H A DGMP.php407 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DBCMath.php381 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DPHP.php872 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php263 $max = $one->bitwise_leftShift($length);
H A DHash.php1026 $l = $l->bitwise_leftShift(1)->toBytes();
1033 $k2 = $k2->bitwise_leftShift(1)->toBytes();
1101 … $maxwordrange64 = $one->bitwise_leftShift(64)->subtract($one->bitwise_leftShift(32));
1104 … $maxwordrange128 = $one->bitwise_leftShift(128)->subtract($one->bitwise_leftShift(96));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1184 $n = $n->bitwise_leftShift(7);