| BlockSize() const | CipherModeBase | [inline, protected] |
| CanOperateKeystream() const | AdditiveCipherAbstractPolicy | [inline, virtual] |
| DefaultKeyLength() const | CipherModeBase | [inline, virtual] |
| GetNextIV(byte *IV) | CipherModeBase | [virtual] |
| GetValidKeyLength(size_t n) const | CipherModeBase | [inline, virtual] |
| IsRandomAccess() const | OFB_ModePolicy | [inline, virtual] |
| IsValidKeyLength(size_t n) const | CipherModeBase | [inline, virtual] |
| IVRequirement() const | OFB_ModePolicy | [inline, virtual] |
| IVSize() const | CipherModeBase | [inline, virtual] |
| m_cipher | CipherModeBase | [protected] |
| m_register | CipherModeBase | [protected] |
| MaxKeyLength() const | CipherModeBase | [inline, virtual] |
| MinKeyLength() const | CipherModeBase | [inline, virtual] |
| OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount) | AdditiveCipherAbstractPolicy | [inline, virtual] |
| OptimalDataAlignment() const | CipherModeBase | [inline, virtual] |
| ResizeBuffers() | CipherModeBase | [inline, protected, virtual] |
| SeekToIteration(lword iterationCount) | AdditiveCipherAbstractPolicy | [inline, virtual] |
| SetFeedbackSize(unsigned int feedbackSize) | CipherModeBase | [inline, protected, virtual] |
| SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs) | CipherModeBase | [virtual] |
| StaticAlgorithmName() | OFB_ModePolicy | [inline, static] |
| UncheckedSetKey(const NameValuePairs ¶ms, const byte *key, unsigned int length, const byte *iv)=0 (defined in CipherModeBase) | CipherModeBase | [protected, pure virtual] |