Home
last modified time | relevance | path

Searched refs:LengthException (Results 1 – 25 of 26) sorted by relevance

12

/plugin/elasticsearch/vendor/react/promise/src/Exception/
H A DLengthException.php5 class LengthException extends \LengthException class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php94 …throw new \LengthException('Key of size ' . $length . ' not supported by this algorithm. Only keys…
118 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
H A DTripleDES.php237 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
259 …throw new \LengthException('Key length has already been set to ' . $this->explicit_key_length . ' …
269 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
H A DRC4.php156 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
176 …throw new \LengthException('Key size of ' . $length . ' bytes is not supported by RC4. Keys must b…
H A DRC2.php322 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
363 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
368 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
H A DSalsa20.php116 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
130 …throw new \LengthException('Nonce of size ' . strlen($key) . ' not supported by this algorithm. On…
H A DRSA.php610 throw new \LengthException('Intended encoded message length too short');
670 throw new \LengthException('Intended encoded message length too short');
H A DRijndael.php218 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
244 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
268 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
H A DBlowfish.php315 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
H A DTwofish.php406 …throw new \LengthException('Key of size ' . $length . ' not supported by this algorithm. Only keys…
430 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
H A DEC.php430 throw new \LengthException('The context is supposed to be, at most, 255 bytes long');
H A DDES.php638 …throw new \LengthException('Key of size ' . strlen($key) . ' not supported by this algorithm. Only…
H A DHash.php254 throw new \LengthException('The nonce length must be between 1 and 16 bytes, inclusive');
812 throw new \LengthException('Key must be 16 bytes long');
H A DChaCha20.php206 …throw new \LengthException('Nonce of size ' . strlen($nonce) . ' not supported by this algorithm. …
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php42 * @throws \LengthException
48 throw new \LengthException('$minLength must be greater than zero and less than $this->maxLength.');
56 * @throws \LengthException
62 throw new \LengthException('$maxLength must be greater than $this->minLength.');
70 * @throws \LengthException
76 throw new \LengthException('$maxNgrams must be greater than zero.');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php107 } catch (\LengthException $e) {
114 } catch (\LengthException $e) {
121 throw new \LengthException('RSA modulus too short');
342 throw new \LengthException('Message too long');
388 throw new \LengthException('Message too long');
444 throw new \LengthException('Message too long');
H A DPrivateKey.php223 throw new \LengthException('RSA modulus too short');
283 } catch (\LengthException $e) {
284 throw new \LengthException('RSA modulus too short');
332 throw new \LengthException('Ciphertext representative too long');
385 throw new \LengthException('Ciphertext representative too long');
440 throw new \LengthException('Ciphertext representative too long');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php93 … throw new \LengthException('At least one byte needs to be present for successful C / b decodes');
101 …throw new \LengthException('At least four byte needs to be present for successful N / i / s / L de…
106 …throw new \LengthException('At least eight byte needs to be present for successful N / i / s / L d…
140 … throw new \LengthException("$length bytes needed; " . strlen($data) . ' bytes available');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPublic.php57 throw new \LengthException('The only supported lengths are 32 and 56');
H A DMontgomeryPrivate.php65 throw new \LengthException('The only supported lengths are 32 and 56');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php730 …throw new \LengthException('Received initialization vector of size ' . strlen($iv) . ', but size '…
772 throw new \LengthException('The Poly1305 key must be 32 bytes long (256 bits)');
963 throw new \LengthException('Derived key length cannot be longer 0 or less');
1029 … throw new \LengthException('Derived key length cannot be longer than the hash length');
1528 …throw new \LengthException('The ciphertext length (' . strlen($ciphertext) . ') needs to be a mult…
1911 … throw new \LengthException('The authentication tag must be between 4 and 16 bytes long');
1942 … throw new \LengthException('The authentication tag must be between 4 and 16 bytes long');
2585 …throw new \LengthException("The plaintext's length ($length) is not a multiple of the block size (…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php107 throw new \LengthException('Private Key should be 57-bytes long');
H A DEd25519.php166 throw new \LengthException('Private Key should be 32-bytes long');
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php126 * The returned promise will also reject with a `React\Promise\Exception\LengthException`
151 * The returned promise will also reject with a `React\Promise\Exception\LengthException`
174 throw new Exception\LengthException(
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md541 The returned promise will also reject with a `React\Promise\Exception\LengthException`
560 The returned promise will also reject with a `React\Promise\Exception\LengthException`

12