Public Member Functions |
| DES_EDE2 (CipherDir DIR, Mode MODE) |
void | SetKey (const byte *, word32, CipherDir dir) |
| Mode_BASE (int sz, CipherDir dir, Mode mode) |
virtual void | Process (byte *, const byte *, word32) |
void | SetIV (const byte *iv) |
Additional Inherited Members |
enum | { MaxBlockSz = 16
} |
void | ECB_Process (byte *, const byte *, word32) |
void | CBC_Encrypt (byte *, const byte *, word32) |
void | CBC_Decrypt (byte *, const byte *, word32) |
| Mode_BASE (const Mode_BASE &) |
Mode_BASE & | operator= (const Mode_BASE &) |
int | blockSz_ |
byte * | reg_ |
byte * | tmp_ |
word32 | r_ [MaxBlockSz/sizeof(word32)] |
word32 | t_ [MaxBlockSz/sizeof(word32)] |
CipherDir | dir_ |
Mode | mode_ |
Detailed Description
Definition at line 66 of file des.hpp.
The documentation for this class was generated from the following files: