Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | Algorithm | inlinevirtual |
AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | inlineprotected |
BlockSize() const | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | inlinevirtual |
ByteOrderClass typedef | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | |
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 |
CorrectEndianess(HashWordType *out, const HashWordType *in, size_t byteCount) | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | inline |
CreateUpdateSpace(size_t &size) | IteratedHashBase< word32, MessageAuthenticationCode > | virtual |
CRYPTOPP_COMPILE_ASSERT((T_BlockSize &(T_BlockSize-1))==0) | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | |
DataBuf() | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | inlineprotectedvirtual |
DefaultIVLength() const | SimpleKeyingInterface | inline |
DefaultKeyLength() const =0 | SimpleKeyingInterface | pure virtual |
DigestSize() const | TTMAC_Base | inlinevirtual |
Final(byte *digest) | HashTransformation | inlinevirtual |
GetAlgorithm() const | MessageAuthenticationCode | inlineprotectedvirtual |
GetBitCountHi() const | IteratedHashBase< word32, MessageAuthenticationCode > | inlineprotected |
GetBitCountLo() const | IteratedHashBase< word32, MessageAuthenticationCode > | inlineprotected |
GetByteOrder() const | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | inlinevirtual |
GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) | SimpleKeyingInterface | protected |
GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
GetValidKeyLength(size_t keylength) const =0 | SimpleKeyingInterface | pure virtual |
HashBlock(const HashWordType *input) | IteratedHashBase< word32, MessageAuthenticationCode > | inlineprotected |
HashEndianCorrectedBlock(const word32 *data) | TTMAC_Base | inlineprotectedvirtual |
HashMultipleBlocks(const word32 *input, size_t length) | IteratedHashBase< word32, MessageAuthenticationCode > | protectedvirtual |
HashWordType typedef | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | |
Init() | TTMAC_Base | protectedvirtual |
INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
IsResynchronizable() const | SimpleKeyingInterface | inline |
IsValidKeyLength(size_t keylength) const | SimpleKeyingInterface | inlinevirtual |
IteratedHashBase() | IteratedHashBase< word32, MessageAuthenticationCode > | inline |
IV_Requirement enum name | SimpleKeyingInterface | |
IVRequirement() const =0 | SimpleKeyingInterface | pure virtual |
IVSize() const | SimpleKeyingInterface | inlinevirtual |
m_data | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | protected |
m_digest | TTMAC_Base | protected |
m_key | TTMAC_Base | protected |
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 | |
OptimalBlockSize() const | IteratedHashBase< word32, MessageAuthenticationCode > | inlinevirtual |
OptimalDataAlignment() const | IteratedHashBase< word32, MessageAuthenticationCode > | inlinevirtual |
PadLastBlock(unsigned int lastBlockSize, byte padFirst=0x80) | IteratedHashBase< word32, MessageAuthenticationCode > | protected |
RANDOM_IV enum value | SimpleKeyingInterface | |
Ref() | HashTransformation | inline |
Restart() | IteratedHashBase< word32, MessageAuthenticationCode > | virtual |
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 | |
StateBuf() | TTMAC_Base | inlineprotectedvirtual |
StaticAlgorithmName() | TTMAC_Base | inlinestatic |
StaticGetValidKeyLength(size_t keylength) | FixedKeyLength< 20 > | inline |
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 |
Transform(word32 *digest, const word32 *X, bool last) | TTMAC_Base | protectedstatic |
TruncatedFinal(byte *mac, size_t size) | TTMAC_Base | virtual |
TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs ¶ms) | TTMAC_Base | virtual |
UNIQUE_IV enum value | SimpleKeyingInterface | |
UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
Update(const byte *input, size_t length) | IteratedHashBase< word32, 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() | Algorithm | inlinevirtual |
~Clonable() | Clonable | inlinevirtual |
~HashTransformation() | HashTransformation | inlinevirtual |
~IteratedHash() | IteratedHash< word32, LittleEndian, 64, MessageAuthenticationCode > | inlinevirtual |
~SimpleKeyingInterface() | SimpleKeyingInterface | inlinevirtual |