Home
last modified time | relevance | path

Searched refs:RangeException (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DHex.php6 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 DBase64.php7 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 DEncoding.php5 use RangeException; alias
201 * @throws RangeException
233 * @throws RangeException
264 * @throws RangeException
H A DBase32.php7 use RangeException; alias
288 throw new RangeException(
456 throw new RangeException(
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve25519.php82 throw new \RangeException('x must be a positive integer less than 256 bytes in length');
H A DCurve448.php93 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 DBase.php135 throw new \RangeException('x must be between 1 and the order of the curve');