| AdvancedProcessBlocks(const byte *inBlocks, const byte *xorBlocks, byte *outBlocks, size_t length, word32 flags) const | BlockTransformation | virtual |
| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | inlinevirtual |
| AlgorithmProvider() const | Algorithm | inlinevirtual |
| BlockSize() const =0 | BlockTransformation | pure virtual |
| BT_AllowParallel enum value | BlockTransformation | |
| BT_DontIncrementInOutPointers enum value | BlockTransformation | |
| BT_InBlockIsCounter enum value | BlockTransformation | |
| BT_ReverseDirection enum value | BlockTransformation | |
| BT_XorInput enum value | BlockTransformation | |
| CanUsePredictableIVs() const | SimpleKeyingInterface | inline |
| CanUseRandomIVs() const | SimpleKeyingInterface | inline |
| CanUseStructuredIVs() const | SimpleKeyingInterface | inline |
| Clone() const | Clonable | inlinevirtual |
| DefaultIVLength() const | SimpleKeyingInterface | inline |
| DefaultKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
| FlagsForAdvancedProcessBlocks enum name | BlockTransformation | |
| GetCipherDirection() const | BlockTransformation | inline |
| GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
| GetValidKeyLength(size_t keylength) const =0 | SimpleKeyingInterface | pure virtual |
| INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
| IsForwardTransformation() const =0 | BlockTransformation | pure virtual |
| IsPermutation() const | BlockTransformation | inlinevirtual |
| IsResynchronizable() const | SimpleKeyingInterface | inline |
| IsValidKeyLength(size_t keylength) const | SimpleKeyingInterface | inlinevirtual |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const =0 | SimpleKeyingInterface | pure virtual |
| IVSize() const | SimpleKeyingInterface | inlinevirtual |
| MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MaxKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
| MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MinKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| OptimalDataAlignment() const | BlockTransformation | virtual |
| OptimalNumberOfParallelBlocks() const | BlockTransformation | inlinevirtual |
| ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const =0 | BlockTransformation | pure virtual |
| ProcessBlock(const byte *inBlock, byte *outBlock) const | BlockTransformation | inline |
| ProcessBlock(byte *inoutBlock) const | BlockTransformation | inline |
| RANDOM_IV enum value | SimpleKeyingInterface | |
| Resynchronize(const byte *iv, int ivLength=-1) | SimpleKeyingInterface | inlinevirtual |
| SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs) | SimpleKeyingInterface | virtual |
| SetKeyWithIV(const byte *key, size_t length, const byte *iv, size_t ivLength) | SimpleKeyingInterface | |
| SetKeyWithIV(const byte *key, size_t length, const byte *iv) | SimpleKeyingInterface | inline |
| SetKeyWithRounds(const byte *key, size_t length, int rounds) | SimpleKeyingInterface | |
| UNIQUE_IV enum value | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
| ~Algorithm() (defined in Algorithm) | Algorithm | inlinevirtual |
| ~BlockTransformation() (defined in BlockTransformation) | BlockTransformation | inlinevirtual |
| ~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |