summaryrefslogtreecommitdiff
path: root/lib/crypto/CipherException.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/CipherException.txt')
-rw-r--r--lib/crypto/CipherException.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/crypto/CipherException.txt b/lib/crypto/CipherException.txt
new file mode 100644
index 00000000..abdbac87
--- /dev/null
+++ b/lib/crypto/CipherException.txt
@@ -0,0 +1,18 @@
+EXCEPTION Cipher 5
+
+Internal 0
+UnknownCipherMode 1
+AlreadyInitialised 2
+BadArguments 3
+EVPInitFailure 4
+EVPUpdateFailure 5
+EVPFinalFailure 6
+NotInitialised 7
+OutputBufferTooSmall 8
+EVPBadKeyLength 9
+BeginNotCalled 10
+IVSizeImplementationLimitExceeded 11
+PseudoRandNotAvailable 12
+EVPSetPaddingFailure 13
+RandomInitFailed 14 Failed to read from random device
+LengthRequestedTooLongForRandomHex 15