, including all inherited members.
| AccessCipher()=0 (defined in CBC_MAC_Base) | CBC_MAC_Base | [protected, pure virtual] |
| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const (defined in AlgorithmImpl< SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >, CBC_MAC< T > >) | AlgorithmImpl< SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >, CBC_MAC< T > > | [inline, virtual] |
| AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, protected] |
| BlockSize() const | HashTransformation | [inline, virtual] |
| CalculateDigest(byte *digest, const byte *input, size_t length) | HashTransformation | [inline, virtual] |
| CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length) | HashTransformation | [inline, virtual] |
| CanUsePredictableIVs() const | SimpleKeyingInterface | [inline] |
| CanUseRandomIVs() const | SimpleKeyingInterface | [inline] |
| CanUseStructuredIVs() const | SimpleKeyingInterface | [inline] |
| CBC_MAC() (defined in CBC_MAC< T >) | CBC_MAC< T > | [inline] |
| CBC_MAC(const byte *key, size_t length=SameKeyLengthAs< T >::DEFAULT_KEYLENGTH) (defined in CBC_MAC< T >) | CBC_MAC< T > | [inline] |
| CBC_MAC_Base() (defined in CBC_MAC_Base) | CBC_MAC_Base | [inline] |
| Clone() const | Clonable | [inline, virtual] |
| CreateUpdateSpace(size_t &size) | HashTransformation | [inline, virtual] |
| DEFAULT_KEYLENGTH (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | [static] |
| DefaultIVLength() const | SimpleKeyingInterface | [inline] |
| DefaultKeyLength() const (defined in SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >) | SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > > | [inline] |
| CBC_MAC_Base::DefaultKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| DigestSize() const | CBC_MAC_Base | [inline, virtual] |
| Final(byte *digest) | HashTransformation | [inline, virtual] |
| GetAlgorithm() const (defined in MessageAuthenticationCode) | MessageAuthenticationCode | [inline, protected] |
| GetAlgorithm() const =0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| GetNextIV(RandomNumberGenerator &rng, byte *IV) | SimpleKeyingInterface | [virtual] |
| GetValidKeyLength(size_t n) const (defined in SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >) | SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > > | [inline] |
| CBC_MAC_Base::GetValidKeyLength(size_t n) const =0 | SimpleKeyingInterface | [pure virtual] |
| INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsValidKeyLength(size_t n) const | SimpleKeyingInterface | [inline, virtual] |
| IV_LENGTH (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | [static] |
| IV_Requirement enum name (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IV_REQUIREMENT (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | [static] |
| IVRequirement() const (defined in SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >) | SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > > | [inline] |
| CBC_MAC_Base::IVRequirement() const =0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const (defined in SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >) | SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > > | [inline] |
| IVSize() const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, virtual] |
| MAX_KEYLENGTH (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | [static] |
| MaxIVLength() const | SimpleKeyingInterface | [inline, virtual] |
| MaxKeyLength() const (defined in SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >) | SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > > | [inline] |
| CBC_MAC_Base::MaxKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| MIN_KEYLENGTH (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | [static] |
| MinIVLength() const | SimpleKeyingInterface | [inline, virtual] |
| MinKeyLength() const (defined in SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >) | SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > > | [inline] |
| CBC_MAC_Base::MinKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| OptimalBlockSize() const | HashTransformation | [inline, virtual] |
| OptimalDataAlignment() const | HashTransformation | [virtual] |
| RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Ref() | HashTransformation | [inline] |
| Restart() | HashTransformation | [inline, virtual] |
| Resynchronize(const byte *iv, int ivLength=-1) | SimpleKeyingInterface | [inline, virtual] |
| 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 | |
| StaticAlgorithmName() (defined in CBC_MAC< T >) | CBC_MAC< T > | [inline, static] |
| StaticAlgorithmName() (defined in AlgorithmImpl< SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >, CBC_MAC< T > >) | AlgorithmImpl< SimpleKeyingInterfaceImpl< CBC_MAC_Base, CBC_MAC< T > >, CBC_MAC< T > > | [inline, static] |
| StaticGetValidKeyLength(size_t keylength) (defined in SameKeyLengthAs< T >) | SameKeyLengthAs< T > | [inline, static] |
| TagSize() const | HashTransformation | [inline] |
| ThrowIfInvalidIV(const byte *iv) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidIVLength(int size) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidKeyLength(size_t length) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| ThrowIfInvalidTruncatedSize(size_t size) const (defined in HashTransformation) | HashTransformation | [protected] |
| ThrowIfResynchronizable() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| TruncatedFinal(byte *mac, size_t size) | CBC_MAC_Base | [virtual] |
| TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | [virtual] |
| UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms) (defined in CBC_MAC_Base) | CBC_MAC_Base | |
| UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)=0 (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected, pure virtual] |
| UNIQUE_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Update(const byte *input, size_t length) | CBC_MAC_Base | [virtual] |
| Verify(const byte *digest) | HashTransformation | [inline, virtual] |
| VerifyDigest(const byte *digest, const byte *input, size_t length) | HashTransformation | [inline, virtual] |
| VerifyTruncatedDigest(const byte *digest, size_t digestLength, const byte *input, size_t length) | HashTransformation | [inline, virtual] |
| ~Clonable() (defined in Clonable) | Clonable | [inline, virtual] |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, virtual] |