| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | VMAC_Base | inlinevirtual |
| AlgorithmProvider() const | VMAC_Base | inlinevirtual |
| AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | inlineprotected |
| BlockSize() const | VMAC_Base | inlinevirtual |
| CalculateDigest(byte *digest, const byte *input, size_t length) | HashTransformation | inlinevirtual |
| CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length) | HashTransformation | inlinevirtual |
| CanUsePredictableIVs() const | SimpleKeyingInterface | inline |
| CanUseRandomIVs() const | SimpleKeyingInterface | inline |
| CanUseStructuredIVs() const | SimpleKeyingInterface | inline |
| Clone() const | Clonable | inlinevirtual |
| CreateUpdateSpace(size_t &size) | IteratedHashBase< word64, MessageAuthenticationCode > | virtual |
| DataBuf() (defined in VMAC_Base) | VMAC_Base | inlineprotectedvirtual |
| DefaultIVLength() const | SimpleKeyingInterface | inline |
| DefaultKeyLength() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | inlinevirtual |
| DigestSize() const | VMAC_Base | inlinevirtual |
| Final(byte *digest) | HashTransformation | inlinevirtual |
| GetAlgorithm() const | MessageAuthenticationCode | inlineprotectedvirtual |
| GetByteOrder() const (defined in VMAC_Base) | VMAC_Base | inlinevirtual |
| GetCipher() const (defined in VMAC_Base) | VMAC_Base | inlineprotected |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) | SimpleKeyingInterface | protected |
| GetNextIV(RandomNumberGenerator &rng, byte *IV) | VMAC_Base | virtual |
| GetValidKeyLength(size_t keylength) const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | inlinevirtual |
| HashEndianCorrectedBlock(const word64 *data) (defined in VMAC_Base) | VMAC_Base | protectedvirtual |
| HashMultipleBlocks(const word64 *input, size_t length) (defined in VMAC_Base) | VMAC_Base | protected |
| Init() (defined in VMAC_Base) | VMAC_Base | inlineprotectedvirtual |
| INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
| IsResynchronizable() const | SimpleKeyingInterface | inline |
| IsValidKeyLength(size_t keylength) const | SimpleKeyingInterface | inlinevirtual |
| IteratedHashBase() | IteratedHashBase< word64, MessageAuthenticationCode > | inline |
| IV_Requirement enum name | SimpleKeyingInterface | |
| IVRequirement() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | inlinevirtual |
| IVSize() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | inlinevirtual |
| m_is128 (defined in VMAC_Base) | VMAC_Base | protected |
| m_isFirstBlock (defined in VMAC_Base) | VMAC_Base | protected |
| m_L1KeyLength (defined in VMAC_Base) | VMAC_Base | protected |
| m_padCached (defined in VMAC_Base) | VMAC_Base | protected |
| MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
| MaxKeyLength() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | inlinevirtual |
| MinIVLength() const | VMAC_Base | inlinevirtual |
| MinKeyLength() const | SimpleKeyingInterfaceImpl< VMAC_Base, SameKeyLengthAs< T_BlockCipher, SimpleKeyingInterface::UNIQUE_IV, T_BlockCipher::BLOCKSIZE > > | inlinevirtual |
| NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
| OptimalBlockSize() const | IteratedHashBase< word64, MessageAuthenticationCode > | inlinevirtual |
| OptimalDataAlignment() const | VMAC_Base | virtual |
| RANDOM_IV enum value | SimpleKeyingInterface | |
| Ref() | HashTransformation | inline |
| Restart() | IteratedHashBase< word64, MessageAuthenticationCode > | virtual |
| Resynchronize(const byte *nonce, int length=-1) | VMAC_Base | 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 | |
| StateBuf() (defined in VMAC_Base) | VMAC_Base | inlineprotectedvirtual |
| StaticAlgorithmName() (defined in VMAC< T_BlockCipher, T_DigestBitSize >) | VMAC< T_BlockCipher, T_DigestBitSize > | inlinestatic |
| TagSize() const | HashTransformation | inline |
| ThrowIfInvalidIV(const byte *iv) | SimpleKeyingInterface | protected |
| ThrowIfInvalidIVLength(int length) | SimpleKeyingInterface | protected |
| ThrowIfInvalidKeyLength(size_t length) | SimpleKeyingInterface | protected |
| ThrowIfInvalidTruncatedSize(size_t size) const | HashTransformation | protected |
| ThrowIfResynchronizable() | SimpleKeyingInterface | protected |
| TruncatedFinal(byte *mac, size_t size) | VMAC_Base | virtual |
| TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
| UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs ¶ms) | VMAC_Base | virtual |
| UNIQUE_IV enum value | SimpleKeyingInterface | |
| UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
| Update(const byte *input, size_t length) | IteratedHashBase< word64, MessageAuthenticationCode > | virtual |
| Verify(const byte *digest) | HashTransformation | inlinevirtual |
| VerifyDigest(const byte *digest, const byte *input, size_t length) | HashTransformation | inlinevirtual |
| VerifyTruncatedDigest(const byte *digest, size_t digestLength, const byte *input, size_t length) | HashTransformation | inlinevirtual |
| VHASH_Update(const word64 *data, size_t blocksRemainingInWord128) (defined in VMAC_Base) | VMAC_Base | inlineprotected |
| VHASH_Update_SSE2(const word64 *data, size_t blocksRemainingInWord64, int tagPart) (defined in VMAC_Base) | VMAC_Base | protected |
| VHASH_Update_Template(const word64 *data, size_t blockRemainingInWord128) (defined in VMAC_Base) | VMAC_Base | protected |
| ~Algorithm() (defined in Algorithm) | Algorithm | inlinevirtual |
| ~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
| ~HashTransformation() (defined in HashTransformation) | HashTransformation | inlinevirtual |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |