Home
last modified time | relevance | path

Searched refs:BadDecryptionException (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DBadDecryptionException.php24 class BadDecryptionException extends \RuntimeException class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php20 use phpseclib3\Exception\BadDecryptionException; alias
279 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
H A DRijndael.php59 use phpseclib3\Exception\BadDecryptionException; alias
1036 throw new BadDecryptionException('Error decrypting ciphertext with libsodium');
1054 throw new BadDecryptionException('Error decrypting ciphertext with OpenSSL');
H A DChaCha20.php18 use phpseclib3\Exception\BadDecryptionException; alias
164 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
171 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php41 use phpseclib3\Exception\BadDecryptionException; alias
1562 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
2615 …throw new BadDecryptionException("The ciphertext has an invalid padding length ($length) compared …