Home
last modified time | relevance | path

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

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DHex.php5 use RangeException; alias
103 * @throws RangeException
117 throw new RangeException(
137 throw new RangeException(
H A DBase64.php6 use RangeException; alias
137 * @throws RangeException
161 throw new RangeException(
166 throw new RangeException(
228 throw new RangeException(
H A DBase32.php6 use RangeException; alias
271 throw new RangeException(
439 throw new RangeException(
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve448.php89 throw new \RangeException('x must be a positive integer less than 446 bytes in length');
H A DCurve25519.php78 throw new \RangeException('x must be a positive integer less than 256 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');