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.php393 $d->bitwise_and($mask)->subtract($sub) :
395 $d->bitwise_and($mask);
402 … $shift = !$d->equals($zero) && $d->bitwise_and($mask)->equals($zero) ? $w : 1; // $w or $w + 1?
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php565 public function bitwise_and(BigInteger $x) function in phpseclib3\\Math\\BigInteger
567 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 DGMP.php344 public function bitwise_and(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DEngine.php598 $left = $left->bitwise_and(new static($mask, 256));
1268 $vals[] = $num->bitwise_and($mask);
H A DBCMath.php330 public function bitwise_and(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1692 $a->bitwise_and($b),
1693 $a->bitwise_and($c),
1694 $b->bitwise_and($c)
1708 $e->bitwise_and($f),
1709 $g->bitwise_and($e->bitwise_not())
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1254 $submask = $part->bitwise_and($mask);