Inheritance diagram for CFB_EncryptionTemplate< BASE >:

Definition at line 242 of file strciphr.h.
Public Types | |
| typedef BASE::PolicyInterface | PolicyInterface |
Public Member Functions | |
| void | ProcessData (byte *outString, const byte *inString, size_t length) |
| void | Resynchronize (const byte *iv) |
| unsigned int | OptimalBlockSize () const |
| unsigned int | GetOptimalNextBlockSize () const |
| unsigned int | OptimalDataAlignment () const |
| bool | IsRandomAccess () const |
| bool | IsSelfInverting () const |
Protected Member Functions | |
| void | UncheckedSetKey (const NameValuePairs ¶ms, const byte *key, unsigned int length, const byte *iv) |
Protected Attributes | |
| size_t | m_leftOver |
1.5.1-p1