| BlockSize() const | CipherModeBase | [inline, protected] |
| CanIterate() const | CFB_CipherAbstractPolicy | [inline, virtual] |
| CipherResynchronize(const byte *iv) | CFB_ModePolicy | [inline, protected, virtual] |
| DefaultKeyLength() const | CipherModeBase | [inline, virtual] |
| GetBytesPerIteration() const | CFB_ModePolicy | [inline, protected, virtual] |
| GetNextIV(byte *IV) | CipherModeBase | [virtual] |
| GetRegisterBegin() | CFB_ModePolicy | [inline, protected, virtual] |
| GetValidKeyLength(size_t n) const | CipherModeBase | [inline, virtual] |
| IsValidKeyLength(size_t n) const | CipherModeBase | [inline, virtual] |
| Iterate(byte *output, const byte *input, CipherDir dir, size_t iterationCount) | CFB_CipherAbstractPolicy | [inline, virtual] |
| IVRequirement() const | CFB_ModePolicy | [inline, virtual] |
| IVSize() const | CipherModeBase | [inline, virtual] |
| m_cipher | CipherModeBase | [protected] |
| m_feedbackSize | CFB_ModePolicy | [protected] |
| m_register | CipherModeBase | [protected] |
| m_temp | CFB_ModePolicy | [protected] |
| MaxKeyLength() const | CipherModeBase | [inline, virtual] |
| MinKeyLength() const | CipherModeBase | [inline, virtual] |
| OptimalDataAlignment() const | CipherModeBase | [inline, virtual] |
| ResizeBuffers() | CFB_ModePolicy | [inline, protected, virtual] |
| SetFeedbackSize(unsigned int feedbackSize) | CFB_ModePolicy | [inline, protected, virtual] |
| SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs) | CipherModeBase | [virtual] |
| StaticAlgorithmName() | CFB_ModePolicy | [inline, static] |
| TransformRegister() | CFB_ModePolicy | [inline, protected, virtual] |
| UncheckedSetKey(const NameValuePairs ¶ms, const byte *key, unsigned int length, const byte *iv)=0 (defined in CipherModeBase) | CipherModeBase | [protected, pure virtual] |