summaryrefslogtreecommitdiff
path: root/lib/crypto/CipherException.txt
blob: 494ed3cc391e040f46e6485e1f9c071f018a15a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
AlreadyInTransform			16	Tried to initialise crypto when already in a transform