Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 38) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
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)
DBuiltIn.php33 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
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)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DPowerOfTwo.php33 protected static function prepareReduce(array $x, array $n, $class)
46 protected static function reduce(array $x, array $n, $class)
DMontgomery.php33 protected static function prepareReduce(array $x, array $n, $class)
55 protected static function reduce(array $x, array $n, $class)
DBarrett.php49 protected static function reduce(array $n, array $m, $class)
157 private static function regularBarrett(array $x, array $n, $class)
DClassic.php33 protected static function reduce(array $x, array $n, $class)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
DBarrett.php60 protected static function reduce($n, $m)
154 private static function regularBarrett($x, $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DPHP64.php171 public function modInverse(PHP64 $n)
183 public function extendedGCD(PHP64 $n)
196 public function gcd(PHP64 $n)
277 public function modPow(PHP64 $e, PHP64 $n)
291 public function powMod(PHP64 $e, PHP64 $n)
334 public function pow(PHP64 $n)
DPHP32.php170 public function modInverse(PHP32 $n)
182 public function extendedGCD(PHP32 $n)
195 public function gcd(PHP32 $n)
276 public function modPow(PHP32 $e, PHP32 $n)
290 public function powMod(PHP32 $e, PHP32 $n)
333 public function pow(PHP32 $n)
DGMP.php278 public function modInverse(GMP $n)
297 public function extendedGCD(GMP $n)
316 public function gcd(GMP $n)
419 public function modPow(GMP $e, GMP $n)
433 public function powMod(GMP $e, GMP $n)
445 protected function powModInner(GMP $e, GMP $n)
564 protected function rootInner($n)
577 public function pow(GMP $n)
DBCMath.php237 public function modInverse(BCMath $n)
253 public function extendedGCD(BCMath $n)
298 public function gcd(BCMath $n)
428 public function modPow(BCMath $e, BCMath $n)
442 public function powMod(BCMath $e, BCMath $n)
454 protected function powModInner(BCMath $e, BCMath $n)
587 public function pow(BCMath $n)
DEngine.php308 protected function modInverseHelper(Engine $n)
632 protected function powModOuter(Engine $e, Engine $n)
670 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
1019 protected function rootHelper($n)
1044 protected function rootInner($n)
1102 public function root($n = 2)
1180 protected function extendedGCDHelper(Engine $n)
DOpenSSL.php44 public static function powModHelper(Engine $x, Engine $e, Engine $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
DRaw.php151 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
180 public static function savePublicKey(BigInteger $n, BigInteger $e)
DXML.php135 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
164 public static function savePublicKey(BigInteger $n, BigInteger $e)
DJWK.php103 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
132 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
DPKCS1.php115 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
149 public static function savePublicKey(BigInteger $n, BigInteger $e)
DPuTTY.php98 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
117 public static function savePublicKey(BigInteger $n, BigInteger $e)
DOpenSSH.php98 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
125 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
DPKCS8.php101 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
116 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
DMSBLOB.php186 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
218 public static function savePublicKey(BigInteger $n, BigInteger $e)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
DDefaultEngine.php33 protected static function powModHelper(GMP $x, GMP $e, GMP $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
DBigInteger.php321 public function modInverse(BigInteger $n)
334 public function extendedGCD(BigInteger $n)
357 public function gcd(BigInteger $n)
461 public function powMod(BigInteger $e, BigInteger $n)
473 public function modPow(BigInteger $e, BigInteger $n)
739 public function root($n = 2)
750 public function pow(BigInteger $n)
/dokuwiki/vendor/splitbrain/lesserphp/src/
DFormatterCompressed.php24 public function indentStr($n = 0)

12