Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | BLAKE2_Base< word32, false > | inlinevirtual |
AlignedParameterBlock typedef | BLAKE2_Base< word32, false > | |
AlignedState typedef | BLAKE2_Base< word32, false > | |
AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | inlineprotected |
BLAKE2_Base() | BLAKE2_Base< word32, false > | protected |
BLAKE2_Base(bool treeMode, unsigned int digestSize) | BLAKE2_Base< word32, false > | protected |
BLAKE2_Base(const byte *key, size_t keyLength, const byte *salt, size_t saltLength, const byte *personalization, size_t personalizationLength, bool treeMode, unsigned int digestSize) | BLAKE2_Base< word32, false > | protected |
BLAKE2s(bool treeMode=false, unsigned int digestSize=DIGESTSIZE) | BLAKE2s | inline |
BLAKE2s(const byte *key, size_t keyLength, const byte *salt=NULL, size_t saltLength=0, const byte *personalization=NULL, size_t personalizationLength=0, bool treeMode=false, unsigned int digestSize=DIGESTSIZE) | BLAKE2s | inline |
BlockSize() const | HashTransformation | 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 |
Compress(const byte *input) | BLAKE2_Base< word32, false > | protected |
CreateUpdateSpace(size_t &size) | HashTransformation | inlinevirtual |
CRYPTOPP_COMPILE_ASSERT(sizeof(ParameterBlock)==32) | BLAKE2s | |
DefaultIVLength() const | SimpleKeyingInterface | inline |
DefaultKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > > | inlinevirtual |
DigestSize() const | BLAKE2_Base< word32, false > | inlinevirtual |
Final(byte *digest) | HashTransformation | inlinevirtual |
GetAlgorithm() const | MessageAuthenticationCode | inlineprotectedvirtual |
GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) | SimpleKeyingInterface | protected |
GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
GetTreeMode() const | BLAKE2_Base< word32, false > | inline |
GetValidKeyLength(size_t keylength) const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > > | inlinevirtual |
IncrementCounter(size_t count=BLOCKSIZE) | BLAKE2_Base< word32, false > | inlineprotected |
INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
IsResynchronizable() const | SimpleKeyingInterface | inline |
IsValidKeyLength(size_t keylength) const | SimpleKeyingInterface | inlinevirtual |
IV_Requirement enum name | SimpleKeyingInterface | |
IVRequirement() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > > | inlinevirtual |
IVSize() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > > | inlinevirtual |
MaxIVLength() const | SimpleKeyingInterface | inlinevirtual |
MaxKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > > | inlinevirtual |
MinIVLength() const | SimpleKeyingInterface | inlinevirtual |
MinKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > > | inlinevirtual |
NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
OptimalBlockSize() const | HashTransformation | inlinevirtual |
OptimalDataAlignment() const | BLAKE2_Base< word32, false > | inlinevirtual |
ParameterBlock typedef | BLAKE2s | |
RANDOM_IV enum value | SimpleKeyingInterface | |
Ref() | HashTransformation | inline |
Restart() | BLAKE2_Base< word32, false > | virtual |
Restart(const BLAKE2_ParameterBlock< T_64bit > &block, const word32counter[2]) | BLAKE2_Base< word32, false > | |
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 | |
SetTreeMode(bool mode) | BLAKE2_Base< word32, false > | inline |
State typedef | BLAKE2_Base< word32, false > | |
StaticAlgorithmName() | BLAKE2_Base< word32, false > | inline |
TagSize() const | HashTransformation | inline |
ThisBase typedef | BLAKE2s | |
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 *hash, size_t size) | BLAKE2_Base< word32, false > | virtual |
TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
UncheckedSetKey(const byte *key, unsigned int length, const CryptoPP::NameValuePairs ¶ms) | BLAKE2_Base< word32, false > | protected |
SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > >::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)=0 | SimpleKeyingInterface | protectedpure virtual |
UNIQUE_IV enum value | SimpleKeyingInterface | |
UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
Update(const byte *input, size_t length) | BLAKE2_Base< word32, false > | 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 |
~BLAKE2_Base() | BLAKE2_Base< word32, false > | inlinevirtual |
~Clonable() | Clonable | inlinevirtual |
~HashTransformation() | HashTransformation | inlinevirtual |
~SimpleKeyingInterface() | SimpleKeyingInterface | inlinevirtual |