| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | PrimeField.php | 88 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst…
|
| H A D | BinaryField.php | 143 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes());
|
| H A D | BigInteger.php | 710 public static function randomRange(BigInteger $min, BigInteger $max) function in phpseclib3\\Math\\BigInteger 713 return new static($class::randomRange($min->value, $max->value));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | Base.php | 118 return BigInteger::randomRange($one, $this->order->subtract($one));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
| H A D | PrivateKey.php | 101 $k = BigInteger::randomRange(self::$one, $this->q->subtract(self::$one));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | DSA.php | 212 $private->x = BigInteger::randomRange(self::$one, $private->q->subtract(self::$one));
|
| H A D | DH.php | 266 $key->privateKey = BigInteger::randomRange($one, $max);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | PHP64.php | 323 public static function randomRange(PHP64 $min, PHP64 $max) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
|
| H A D | PHP32.php | 322 public static function randomRange(PHP32 $min, PHP32 $max) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
|
| H A D | Engine.php | 748 return static::randomRange($min, $max); 794 $x = static::randomRange($min, $max); 966 $a = static::randomRange(static::$two[static::class], $n_2);
|
| H A D | BCMath.php | 511 public static function randomRange(BCMath $min, BCMath $max) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
|
| H A D | GMP.php | 528 public static function randomRange(GMP $min, GMP $max) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| H A D | PrivateKey.php | 173 $k = BigInteger::randomRange(self::$one, $order->subtract(self::$one));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
| H A D | PrivateKey.php | 138 $r = BigInteger::randomRange(self::$one, $smallest->subtract(self::$one));
|