Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 54) sorted by relevance

123

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php100 private static function checkInstance(self $x, self $y)
112 public function equals(self $x)
124 public function compare(self $x)
145 private static function deg($x)
163 private static function polynomialDivide($x, $y)
193 private static function regularPolynomialMultiply($x, $y)
232 private static function polynomialMultiply($x, $y)
285 private static function subMultiply($x, $y)
322 private static function subAdd2($x, $y)
337 private static function subAdd3($x, $y, $z)
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomery.php33 protected static function prepareReduce(array $x, array $n, $class)
55 protected static function reduce(array $x, array $n, $class)
114 protected static function modInverse67108864(array $x, $class) // 2**26 == 67,108,864
H A DPowerOfTwo.php33 protected static function prepareReduce(array $x, array $n, $class)
46 protected static function reduce(array $x, array $n, $class)
H A DClassic.php33 protected static function reduce(array $x, array $n, $class)
H A DMontgomeryMult.php39 public static function multiplyReduce(array $x, array $y, array $m, $class)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php147 public static function checkInstance(self $x, self $y)
159 public function equals(self $x)
171 public function compare(self $x)
183 public function add(self $x)
201 public function subtract(self $x)
219 public function multiply(self $x)
231 public function divide(self $x)
244 public function pow(BigInteger $x)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php57 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class)
77 protected static function prepareReduce($x, $n, $class)
92 protected static function multiplyReduce($x, $y, $n, $class)
106 protected static function squareReduce($x, $n, $class)
H A DBuiltIn.php33 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php77 protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class)
109 protected static function prepareReduce(array $x, array $n, $class)
124 protected static function multiplyReduce(array $x, array $y, array $n, $class)
139 protected static function squareReduce(array $x, array $n, $class)
H A DMontgomery.php47 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php58 public function __construct($x = 0, $base = 10)
194 public function multiply(GMP $x)
265 public function equals(GMP $x)
344 public function bitwise_and(GMP $x)
358 public function bitwise_or(GMP $x)
372 public function bitwise_xor(GMP $x)
489 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
668 public function testBit($x)
H A DBCMath.php64 public function __construct($x = 0, $base = 10)
200 public function multiply(BCMath $x)
330 public function bitwise_and(BCMath $x)
341 public function bitwise_or(BCMath $x)
352 public function bitwise_xor(BCMath $x)
420 public function equals(BCMath $x)
661 public function testBit($x)
H A DEngine.php129 public function __construct($x = 0, $base = 10)
541 protected static function base256_lshift(&$x, $shift)
706 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
908 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
1281 protected function bitwiseAndHelper(Engine $x)
1300 protected function bitwiseOrHelper(Engine $x)
1319 protected function bitwiseXorHelper(Engine $x)
H A DOpenSSL.php44 public static function powModHelper(Engine $x, Engine $e, Engine $n)
H A DPHP64.php207 public function bitwise_and(PHP64 $x)
218 public function bitwise_or(PHP64 $x)
229 public function bitwise_xor(PHP64 $x)
265 public function equals(PHP64 $x)
H A DPHP32.php206 public function bitwise_and(PHP32 $x)
217 public function bitwise_or(PHP32 $x)
228 public function bitwise_xor(PHP32 $x)
264 public function equals(PHP32 $x)
/dokuwiki/_test/tests/inc/
H A Ddifference_engine.test.php9 public $x = "zzz\n\naaa\n\nbbb\n\nccc\n\nddd\n\nddd\n\nddd\n\neee\n\nfff"; variable in difference_engine_test
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php173 public static function base2ToBase256($x, $size = null)
195 public static function base256ToBase2($x)
H A DBigInteger.php173 public function __construct($x = 0, $base = 10)
279 public function multiply(BigInteger $x)
544 public function equals(BigInteger $x)
565 public function bitwise_and(BigInteger $x)
576 public function bitwise_or(BigInteger $x)
587 public function bitwise_xor(BigInteger $x)
855 public function testBit($x)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
H A DDefaultEngine.php33 protected static function powModHelper(GMP $x, GMP $e, GMP $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php261 public static function bits2bin($x)
307 public static function bin2bits($x, $trim = true)
345 public static function switchEndianness($x)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php635 private static function mul32_64($x, $y)
668 private static function add32_64($x, $y)
686 private static function add32($x, $y)
754 private static function mul64($x, $y)
805 private static function add64($x, $y)
1405 private static function rotateLeft32($x, $shift)
1572 private static function rotateLeft64($x, $shift)
1584 private static function rotateRight64($x, $shift)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php156 private static function regularBarrett($x, $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php54 public function convertInteger(BigInteger $x)
124 public function rangeCheck(BigInteger $x)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve25519.php79 public function rangeCheck(BigInteger $x)

123