source: box/trunk/lib/crypto/CipherException.txt @ 217

Revision 217, 457 bytes checked in by martin, 6 years ago (diff)

Set svn:eol-style as appropriate for all files

  • Property svn:eol-style set to native
Line 
1EXCEPTION Cipher 5
2
3Internal                                                        0
4UnknownCipherMode                                       1
5AlreadyInitialised                                      2
6BadArguments                                            3
7EVPInitFailure                                          4
8EVPUpdateFailure                                        5
9EVPFinalFailure                                         6
10NotInitialised                                          7
11OutputBufferTooSmall                            8
12EVPBadKeyLength                                         9
13BeginNotCalled                                          10
14IVSizeImplementationLimitExceeded       11
15PseudoRandNotAvailable                          12
16EVPSetPaddingFailure                            13
17RandomInitFailed                                        14      Failed to read from random device
18LengthRequestedTooLongForRandomHex      15
Note: See TracBrowser for help on using the repository browser.