Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | VMAC_Base | inlinevirtual |
AlgorithmProvider() const | VMAC_Base | inlinevirtual |
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 |
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 |
GetByteOrder() const (defined in VMAC_Base) | VMAC_Base | inlinevirtual |
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 |
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 |
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 | |
StaticAlgorithmName() (defined in VMAC< T_BlockCipher, T_DigestBitSize >) | VMAC< T_BlockCipher, T_DigestBitSize > | inlinestatic |
TagSize() const | HashTransformation | inline |
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 |
~Algorithm() (defined in Algorithm) | Algorithm | inlinevirtual |
~Clonable() (defined in Clonable) | Clonable | inlinevirtual |
~HashTransformation() (defined in HashTransformation) | HashTransformation | inlinevirtual |
~SimpleKeyingInterface() (defined in SimpleKeyingInterface) | SimpleKeyingInterface | inlinevirtual |