/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/ |
D | Base.php | 57 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)
|
D | BuiltIn.php | 33 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
D | Base.php | 77 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/ |
D | PowerOfTwo.php | 33 protected static function prepareReduce(array $x, array $n, $class) 46 protected static function reduce(array $x, array $n, $class)
|
D | Montgomery.php | 33 protected static function prepareReduce(array $x, array $n, $class) 55 protected static function reduce(array $x, array $n, $class)
|
D | Barrett.php | 49 protected static function reduce(array $n, array $m, $class) 157 private static function regularBarrett(array $x, array $n, $class)
|
D | Classic.php | 33 protected static function reduce(array $x, array $n, $class)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
D | Barrett.php | 60 protected static function reduce($n, $m) 154 private static function regularBarrett($x, $n)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
D | PHP64.php | 171 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)
|
D | PHP32.php | 170 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)
|
D | GMP.php | 278 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)
|
D | BCMath.php | 237 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)
|
D | Engine.php | 308 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)
|
D | OpenSSL.php | 44 public static function powModHelper(Engine $x, Engine $e, Engine $n)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
D | Raw.php | 151 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, … 180 public static function savePublicKey(BigInteger $n, BigInteger $e)
|
D | XML.php | 135 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, … 164 public static function savePublicKey(BigInteger $n, BigInteger $e)
|
D | JWK.php | 103 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, … 132 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
|
D | PKCS1.php | 115 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, … 149 public static function savePublicKey(BigInteger $n, BigInteger $e)
|
D | PuTTY.php | 98 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, … 117 public static function savePublicKey(BigInteger $n, BigInteger $e)
|
D | OpenSSH.php | 98 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = []) 125 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
|
D | PKCS8.php | 101 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, … 116 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
|
D | MSBLOB.php | 186 …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/ |
D | DefaultEngine.php | 33 protected static function powModHelper(GMP $x, GMP $e, GMP $n)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
D | BigInteger.php | 321 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/ |
D | FormatterCompressed.php | 24 public function indentStr($n = 0)
|