Home
last modified time | relevance | path

Searched refs:BigInteger (Results 101 – 125 of 143) sorted by path

123456

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php33 use phpseclib3\Math\BigInteger; alias
127 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
143 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
H A DPSS.php32 use phpseclib3\Math\BigInteger; alias
177 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
196 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
231 'trailerField' => new BigInteger(1)
245 $params['saltLength'] = new BigInteger($options['saltLength']);
H A DPuTTY.php20 use phpseclib3\Math\BigInteger; alias
59 $one = new BigInteger(1);
106 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
126 public static function savePublicKey(BigInteger $n, BigInteger $e)
H A DRaw.php28 use phpseclib3\Math\BigInteger; alias
121 $one = new BigInteger(1);
157 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
187 public static function savePublicKey(BigInteger $n, BigInteger $e)
H A DXML.php29 use phpseclib3\Math\BigInteger; alias
83 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);
142 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, …
172 public static function savePublicKey(BigInteger $n, BigInteger $e)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php21 use phpseclib3\Math\BigInteger; alias
106 protected function exponentiate(BigInteger $x)
150 $r = BigInteger::randomRange(self::$one, $smallest->subtract(self::$one));
H A DPublicKey.php26 use phpseclib3\Math\BigInteger; alias
45 private function exponentiate(BigInteger $x)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php30 use phpseclib3\Math\BigInteger; alias
1020 $value = new BigInteger($value);
1168 $eighty = new BigInteger(80);
1179 $n = new BigInteger();
1186 $n = new BigInteger();
1221 $mask = new BigInteger(0x7F);
1222 $zero = new BigInteger();
1223 $forty = new BigInteger(40);
1239 $first = new BigInteger($part1);
1241 $first = $first->add(new BigInteger($part2));
[all …]
H A DX509.php43 use phpseclib3\Math\BigInteger; alias
2673 new BigInteger(Random::string(20) & ("\x7F" . str_repeat("\xFF", 19)), 256);
2966 $crlNumber = $crlNumber !== false ? $crlNumber->add(new BigInteger(1)) : null;
3149 $this->serialNumber = new BigInteger($serial, $base);
3860 $serial = new BigInteger($serial);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php253 * @return BigInteger
264 * @return BigInteger
275 * @return BigInteger
322 * @return BigInteger
358 * @return BigInteger
368 * @return BigInteger
463 public function powMod(BigInteger $e, BigInteger $n)
475 public function modPow(BigInteger $e, BigInteger $n)
694 public static function randomRangePrime(BigInteger $min, BigInteger $max)
713 public static function randomRange(BigInteger $min, BigInteger $max)
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php16 namespace phpseclib3\Math\BigInteger\Engines;
H A DEngine.php16 namespace phpseclib3\Math\BigInteger\Engines;
22 use phpseclib3\Math\BigInteger; alias
743 * @var BigInteger $min
744 * @var BigInteger $max
H A DGMP.php16 namespace phpseclib3\Math\BigInteger\Engines;
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines;
19 use phpseclib3\Math\BigInteger; alias
55 new BigInteger($n),
56 new BigInteger($e)
H A DPHP.php16 namespace phpseclib3\Math\BigInteger\Engines;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath;
H A DBuiltIn.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath;
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Reductions\Barrett;
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
H A DEvalBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath;
19 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\GMP;
18 use phpseclib3\Math\BigInteger\Engines\GMP;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\PHP;
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\EvalBarrett;
H A DMontgomery.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\Engine;
19 use phpseclib3\Math\BigInteger\Engines\PHP;
20 use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\PowerOfTwo;

123456