Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1424 $a->bitwise_and($b),
1425 $a->bitwise_and($c),
1426 $b->bitwise_and($c)
1440 $e->bitwise_and($f),
1441 $g->bitwise_and($e->bitwise_not())
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1253 $submask = $part->bitwise_and($mask);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php533 public function bitwise_and(BigInteger $x) function in phpseclib3\\Math\\BigInteger
535 return new static($this->value->bitwise_and($x->value));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php332 public function bitwise_and(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DEngine.php565 $left = $left->bitwise_and(new static($mask, 256));
1220 $vals[] = $num->bitwise_and($mask);
H A DGMP.php349 public function bitwise_and(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP32.php207 public function bitwise_and(PHP32 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DPHP64.php211 public function bitwise_and(PHP64 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DPowerOfTwo.php60 $result = $lhs->bitwise_and($rhs->subtract($temp));
/plugin/authgooglesheets/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…