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.php37 use phpseclib3\Exception\InsufficientSetupException; alias
213 …throw new InsufficientSetupException('Valid parameters are either two integers (L and N), a single…
H A DRijndael.php60 use phpseclib3\Exception\InsufficientSetupException; alias
1013 throw new InsufficientSetupException('Authentication Tag has not been set');
1026 throw new InsufficientSetupException('Authentication Tag has not been set');
H A DHash.php35 use phpseclib3\Exception\InsufficientSetupException; alias
1012 throw new InsufficientSetupException('No key has been set');
1072 throw new InsufficientSetupException('No nonce has been set');
1075 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
3033 * @throws InsufficientSetupException if not authenticated
3040 throw new InsufficientSetupException('Operation disallowed prior to login()');
3192 * @throws InsufficientSetupException on unexpected channel status, possibly due to closure
3197 throw new InsufficientSetupException('Operation disallowed prior to login()');
3209 throw new InsufficientSetupException('Data is not available on channel');
3253 * @throws InsufficientSetupException on unexpected channel status, possibly due to closure
3259 throw new InsufficientSetupException('Operation disallowed prior to login()');
3268 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
1540 throw new InsufficientSetupException('Authentication Tag has not been set');
2477 throw new InsufficientSetupException('No nonce has been defined');
2488 throw new InsufficientSetupException('No IV has been defined');
2493 throw new InsufficientSetupException('No key has been defined');