Inheritance diagram for CFB_CipherAbstractPolicy:
Definition at line 153 of file strciphr.h.
Public Member Functions | |
virtual unsigned int | GetAlignment () const =0 |
virtual unsigned int | GetBytesPerIteration () const =0 |
virtual byte * | GetRegisterBegin ()=0 |
virtual void | TransformRegister ()=0 |
virtual bool | CanIterate () const |
virtual void | Iterate (byte *output, const byte *input, CipherDir dir, unsigned int iterationCount) |
virtual void | CipherSetKey (const NameValuePairs ¶ms, const byte *key, unsigned int length)=0 |
virtual void | CipherResynchronize (const byte *iv) |