Home
last modified time | relevance | path

Searched refs:InsufficientSetupException (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DInsufficientSetupException.php21 class InsufficientSetupException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php19 use phpseclib3\Exception\InsufficientSetupException; alias
151 throw new InsufficientSetupException('No nonce has been defined');
155 throw new InsufficientSetupException('No key has been defined');
198 throw new InsufficientSetupException('No nonce has been defined');
202 throw new InsufficientSetupException('No key has been defined');
268 throw new InsufficientSetupException('Authentication Tag has not been set');
H A DDSA.php36 use phpseclib3\Exception\InsufficientSetupException; alias
204 …throw new InsufficientSetupException('Valid parameters are either two integers (L and N), a single…
H A DRijndael.php60 use phpseclib3\Exception\InsufficientSetupException; alias
1003 throw new InsufficientSetupException('Authentication Tag has not been set');
1016 throw new InsufficientSetupException('Authentication Tag has not been set');
H A DHash.php35 use phpseclib3\Exception\InsufficientSetupException; alias
983 throw new InsufficientSetupException('No nonce has been set');
986 throw new InsufficientSetupException('No key has been set');
H A DChaCha20.php17 use phpseclib3\Exception\InsufficientSetupException; alias
153 throw new InsufficientSetupException('Authentication Tag has not been set');
238 throw new InsufficientSetupException('No nonce has been defined');
242 throw new InsufficientSetupException('No key has been defined');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php35 use phpseclib3\Exception\InsufficientSetupException; alias
261 throw new InsufficientSetupException('This class should not be called directly');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php66 use phpseclib3\Exception\InsufficientSetupException; alias
3025 * @throws InsufficientSetupException if not authenticated
3032 throw new InsufficientSetupException('Operation disallowed prior to login()');
3184 * @throws InsufficientSetupException on unexpected channel status, possibly due to closure
3189 throw new InsufficientSetupException('Operation disallowed prior to login()');
3201 throw new InsufficientSetupException('Data is not available on channel');
3245 * @throws InsufficientSetupException on unexpected channel status, possibly due to closure
3251 throw new InsufficientSetupException('Operation disallowed prior to login()');
3260 throw new InsufficientSetupException('Data is not available on channel');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php43 use phpseclib3\Exception\InsufficientSetupException; alias
1535 throw new InsufficientSetupException('Authentication Tag has not been set');
2472 throw new InsufficientSetupException('No nonce has been defined');
2483 throw new InsufficientSetupException('No IV has been defined');
2488 throw new InsufficientSetupException('No key has been defined');