, including all inherited members.
| AccessCipher()=0 (defined in VMAC_Base) | VMAC_Base | [protected, pure virtual] |
| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | VMAC_Base | [inline, virtual] |
| AllocateBlocks() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| AssertValidKeyLength(size_t length) const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, protected] |
| BlockSize() const | VMAC_Base | [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] |
| Clone() const | Clonable | [inline, virtual] |
| CreateUpdateSpace(size_t &size) (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [virtual] |
| DataBuf() (defined in VMAC_Base) | VMAC_Base | [inline, protected, virtual] |
| DefaultDigestSize() const =0 (defined in VMAC_Base) | VMAC_Base | [protected, pure virtual] |
| DefaultIVLength() const | SimpleKeyingInterface | [inline] |
| DefaultKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| DigestSize() const | VMAC_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] |
| GetBitCountHi() const (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, protected] |
| GetBitCountLo() const (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, protected] |
| GetByteOrder() const (defined in VMAC_Base) | VMAC_Base | [inline, virtual] |
| GetCipher() const (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [protected] |
| GetNextIV(RandomNumberGenerator &rng, byte *IV) (defined in VMAC_Base) | VMAC_Base | |
| IteratedHashBase< word64, MessageAuthenticationCode >::GetNextIV(RandomNumberGenerator &rng, byte *IV) | SimpleKeyingInterface | [virtual] |
| GetValidKeyLength(size_t n) const =0 | SimpleKeyingInterface | [pure virtual] |
| HashBlock(const HashWordType *input) (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, protected] |
| HashEndianCorrectedBlock(const word64 *data) (defined in VMAC_Base) | VMAC_Base | [protected] |
| HashEndianCorrectedBlock(const HashWordType *data)=0 (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [protected, pure virtual] |
| HashMultipleBlocks(const word64 *input, size_t length) (defined in VMAC_Base) | VMAC_Base | [protected, virtual] |
| HashWordType typedef (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | |
| Init() (defined in VMAC_Base) | VMAC_Base | [inline, protected, virtual] |
| INTERNALLY_GENERATED_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IsResynchronizable() const | SimpleKeyingInterface | [inline] |
| IsValidKeyLength(size_t n) const | SimpleKeyingInterface | [inline, virtual] |
| IteratedHashBase() (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [inline] |
| IV_Requirement enum name (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| IVRequirement() const =0 | SimpleKeyingInterface | [pure virtual] |
| IVSize() const (defined in VMAC_Base) | VMAC_Base | [inline] |
| IVSize() const (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, virtual] |
| m_aggregate (defined in VMAC_Base) | VMAC_Base | [protected] |
| m_data() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_dataSize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| 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_l3Key() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_l3KeySize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_nhKey() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_nhKeySize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_nonce() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_nonceSize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_pad() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_padCached (defined in VMAC_Base) | VMAC_Base | [protected] |
| m_padSize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_polyState() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| m_polyStateSize() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| MaxIVLength() const | SimpleKeyingInterface | [inline, virtual] |
| MaxKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| MinIVLength() const (defined in VMAC_Base) | VMAC_Base | [inline] |
| IteratedHashBase< word64, MessageAuthenticationCode >::MinIVLength() const | SimpleKeyingInterface | [inline, virtual] |
| MinKeyLength() const =0 | SimpleKeyingInterface | [pure virtual] |
| NOT_RESYNCHRONIZABLE enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| OptimalBlockSize() const (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, virtual] |
| OptimalDataAlignment() const (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [inline, virtual] |
| PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80) (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [protected] |
| RANDOM_IV enum value (defined in SimpleKeyingInterface) | SimpleKeyingInterface | |
| Ref() | HashTransformation | [inline] |
| Restart() (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [virtual] |
| Resynchronize(const byte *nonce, int length=-1) (defined in VMAC_Base) | VMAC_Base | |
| IteratedHashBase< word64, MessageAuthenticationCode >::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 | |
| SS1() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS2() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS3() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS4() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS5() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SS6() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| SST() (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| StateBuf() (defined in VMAC_Base) | VMAC_Base | [inline, protected, virtual] |
| 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) | VMAC_Base | [virtual] |
| TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | [virtual] |
| UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs ¶ms) (defined in VMAC_Base) | VMAC_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) (defined in IteratedHashBase< word64, MessageAuthenticationCode >) | IteratedHashBase< word64, MessageAuthenticationCode > | [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] |
| VHASH_Update(const word64 *data, size_t blocksRemainingInWord128) (defined in VMAC_Base) | VMAC_Base | [inline, protected] |
| 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] |
| ~Clonable() (defined in Clonable) | Clonable | [inline, virtual] |
| ~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | [inline, virtual] |