Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Exception/
H A DBadDecryptionException.php21 class BadDecryptionException extends \RuntimeException class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php21 use phpseclib3\Exception\BadDecryptionException; alias
112 …throw new BadDecryptionException('Unable to decrypt key - please verify the password you are using…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php18 use phpseclib3\Exception\BadDecryptionException; alias
273 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
H A DRijndael.php57 use phpseclib3\Exception\BadDecryptionException; alias
1011 throw new BadDecryptionException('Error decrypting ciphertext with libsodium');
1029 throw new BadDecryptionException('Error decrypting ciphertext with OpenSSL');
H A DChaCha20.php16 use phpseclib3\Exception\BadDecryptionException; alias
159 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
166 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
/dokuwiki/inc/
H A Dauth.php24 use phpseclib3\Exception\BadDecryptionException; alias
497 } catch (BadDecryptionException $e) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php40 use phpseclib3\Exception\BadDecryptionException; alias
1563 …throw new BadDecryptionException('Derived authentication tag and supplied authentication tag do no…
2595 …throw new BadDecryptionException("The ciphertext has an invalid padding length ($length) compared …