Searched refs:RangeException (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
| H A D | Hex.php | 6 use RangeException; alias 63 throw new RangeException($ex->getMessage(), $ex->getCode(), $ex); 120 * @throws RangeException 132 throw new RangeException($ex->getMessage(), $ex->getCode(), $ex); 142 throw new RangeException( 162 throw new RangeException(
|
| H A D | Base64.php | 7 use RangeException; alias 80 throw new RangeException($ex->getMessage(), $ex->getCode(), $ex); 112 throw new RangeException($ex->getMessage(), $ex->getCode(), $ex); 182 * @throws RangeException 207 throw new RangeException( 212 throw new RangeException( 226 throw new RangeException($ex->getMessage(), $ex->getCode(), $ex); 289 throw new RangeException(
|
| H A D | Encoding.php | 5 use RangeException; alias 201 * @throws RangeException 233 * @throws RangeException 264 * @throws RangeException
|
| H A D | Base32.php | 7 use RangeException; alias 288 throw new RangeException( 456 throw new RangeException(
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
| H A D | Curve25519.php | 82 throw new \RangeException('x must be a positive integer less than 256 bytes in length');
|
| H A D | Curve448.php | 93 throw new \RangeException('x must be a positive integer less than 446 bytes in length');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | Base.php | 135 throw new \RangeException('x must be between 1 and the order of the curve');
|