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/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)
/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/Reductions/
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 DMontgomery.php33 protected static function prepareReduce(array $x, array $n, $class)
55 protected static function reduce(array $x, array $n, $class)
H A DBarrett.php49 protected static function reduce(array $n, array $m, $class)
159 private static function regularBarrett(array $x, array $n, $class)
H A DClassic.php33 protected static function reduce(array $x, array $n, $class)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php60 protected static function reduce($n, $m)
156 private static function regularBarrett($x, $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A 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)
H A 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)
H A DGMP.php278 public function modInverse(GMP $n)
297 public function extendedGCD(GMP $n)
319 public function gcd(GMP $n)
422 public function modPow(GMP $e, GMP $n)
436 public function powMod(GMP $e, GMP $n)
448 protected function powModInner(GMP $e, GMP $n)
567 protected function rootInner($n)
580 public function pow(GMP $n)
H A DBCMath.php242 public function modInverse(BCMath $n)
258 public function extendedGCD(BCMath $n)
303 public function gcd(BCMath $n)
432 public function modPow(BCMath $e, BCMath $n)
446 public function powMod(BCMath $e, BCMath $n)
458 protected function powModInner(BCMath $e, BCMath $n)
591 public function pow(BCMath $n)
H A DEngine.php308 protected function modInverseHelper(Engine $n)
668 protected function powModOuter(Engine $e, Engine $n)
706 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
1051 protected function rootHelper($n)
1076 protected function rootInner($n)
1134 public function root($n = 2)
1212 protected function extendedGCDHelper(Engine $n)
H A DOpenSSL.php44 public static function powModHelper(Engine $x, Engine $e, Engine $n)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DRaw.php151 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
180 public static function savePublicKey(BigInteger $n, BigInteger $e)
H A DXML.php135 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
164 public static function savePublicKey(BigInteger $n, BigInteger $e)
H A 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 = [])
H A 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, …
H A DPuTTY.php101 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
120 public static function savePublicKey(BigInteger $n, BigInteger $e)
H A 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 = [])
H A DPKCS1.php129 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
163 public static function savePublicKey(BigInteger $n, BigInteger $e)
H A DMSBLOB.php182 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
214 public static function savePublicKey(BigInteger $n, BigInteger $e)
/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/Math/
H A DBigInteger.php326 public function modInverse(BigInteger $n)
339 public function extendedGCD(BigInteger $n)
360 public function gcd(BigInteger $n)
496 public function powMod(BigInteger $e, BigInteger $n)
508 public function modPow(BigInteger $e, BigInteger $n)
773 public function root($n = 2)
784 public function pow(BigInteger $n)
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterCompressed.php24 public function indentStr($n = 0)

12