summaryrefslogtreecommitdiff
path: root/lib/crypto/CipherException.txt
blob: abdbac87259091f8f8f89982d56bacdc0d2c2290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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