| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | BLAKE2_Base< word64, true > | inlinevirtual |
| AlignedParameterBlock typedef | BLAKE2_Base< word64, true > | |
| AlignedState typedef | BLAKE2_Base< word64, true > | |
| AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | inlineprotected |
| BLAKE2_Base() | BLAKE2_Base< word64, true > | protected |
| BLAKE2_Base(bool treeMode, unsigned int digestSize) | BLAKE2_Base< word64, true > | 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< word64, true > | protected |
| BLAKE2b(bool treeMode=false, unsigned int digestSize=DIGESTSIZE) | BLAKE2b | inline |
| BLAKE2b(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) | BLAKE2b | 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< word64, true > | protected |
| CreateUpdateSpace(size_t &size) | HashTransformation | inlinevirtual |
| CRYPTOPP_COMPILE_ASSERT(sizeof(ParameterBlock)==64) | BLAKE2b | |
| DefaultIVLength() const | SimpleKeyingInterface | inline |
| DefaultKeyLength() const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > > | inlinevirtual |
| DigestSize() const | BLAKE2_Base< word64, true > | 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< word64, true > | inline |
| GetValidKeyLength(size_t keylength) const | SimpleKeyingInterfaceImpl< MessageAuthenticationCode, BLAKE2_Info< T_64bit > > | inlinevirtual |
| IncrementCounter(size_t count=BLOCKSIZE) | BLAKE2_Base< word64, true > | 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< word64, true > | inlinevirtual |
| ParameterBlock typedef | BLAKE2b | |
| RANDOM_IV enum value | SimpleKeyingInterface | |
| Ref() | HashTransformation | inline |
| Restart() | BLAKE2_Base< word64, true > | virtual |
| Restart(const BLAKE2_ParameterBlock< T_64bit > &block, const word64counter[2]) | BLAKE2_Base< word64, true > | |
| 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< word64, true > | inline |
| State typedef | BLAKE2_Base< word64, true > | |
| StaticAlgorithmName() | BLAKE2_Base< word64, true > | inline |
| TagSize() const | HashTransformation | inline |
| ThisBase typedef | BLAKE2b | |
| 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< word64, true > | virtual |
| TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
| UncheckedSetKey(const byte *key, unsigned int length, const CryptoPP::NameValuePairs ¶ms) | BLAKE2_Base< word64, true > | 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< word64, true > | 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< word64, true > | inlinevirtual |
| ~Clonable() | Clonable | inlinevirtual |
| ~HashTransformation() | HashTransformation | inlinevirtual |
| ~SimpleKeyingInterface() | SimpleKeyingInterface | inlinevirtual |