Home
last modified time | relevance | path

Searched refs:bitwise_and (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DPowerOfTwo.php56 $result = $lhs->bitwise_and($rhs->subtract($temp));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php371 $d->bitwise_and($mask)->subtract($sub) :
373 $d->bitwise_and($mask);
380 …$shift = !$d->equals(static::$zero[static::class]) && $d->bitwise_and($mask)->equals(static::$zero…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php530 public function bitwise_and(BigInteger $x) function in phpseclib3\\Math\\BigInteger
532 return new static($this->value->bitwise_and($x->value));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php207 public function bitwise_and(PHP64 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DPHP32.php206 public function bitwise_and(PHP32 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DBCMath.php326 public function bitwise_and(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php341 public function bitwise_and(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DEngine.php562 $left = $left->bitwise_and(new static($mask, 256));
1236 $vals[] = $num->bitwise_and($mask);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1603 $a->bitwise_and($b),
1604 $a->bitwise_and($c),
1605 $b->bitwise_and($c)
1619 $e->bitwise_and($f),
1620 $g->bitwise_and($e->bitwise_not())
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1234 $submask = $part->bitwise_and($mask);