AccessMAC()=0 | EAX_Base | protectedpure virtual |
AccessSymmetricCipher() | EAX_Base | inlineprotectedvirtual |
MessageAuthenticationCode::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
StreamTransformation::Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
AlgorithmName() const | EAX_Base | inlinevirtual |
AssertValidKeyLength(size_t length) const | SimpleKeyingInterface | inlineprotected |
AuthenticateBlocks(const byte *data, size_t len) | EAX_Base | protectedvirtual |
AuthenticateData(const byte *data, size_t len) | AuthenticatedSymmetricCipherBase | protected |
AuthenticatedSymmetricCipherBase() | AuthenticatedSymmetricCipherBase | inline |
AuthenticateLastConfidentialBlock() | AuthenticatedSymmetricCipherBase | inlineprotectedvirtual |
AuthenticateLastFooterBlock(byte *mac, size_t macSize) | EAX_Base | protectedvirtual |
AuthenticateLastHeaderBlock() | EAX_Base | protectedvirtual |
AuthenticationBlockSize() const | EAX_Base | inlineprotectedvirtual |
AuthenticationIsOnPlaintext() const | EAX_Base | inlineprotectedvirtual |
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 |
CreateUpdateSpace(size_t &size) | HashTransformation | inlinevirtual |
DecryptAndVerify(byte *message, const byte *mac, size_t macLength, const byte *iv, int ivLength, const byte *header, size_t headerLength, const byte *ciphertext, size_t ciphertextLength) | AuthenticatedSymmetricCipher | virtual |
DefaultIVLength() const | SimpleKeyingInterface | inline |
DefaultKeyLength() const | EAX_Base | inlinevirtual |
DigestSize() const | EAX_Base | inlinevirtual |
EncryptAndAuthenticate(byte *ciphertext, byte *mac, size_t macSize, const byte *iv, int ivLength, const byte *header, size_t headerLength, const byte *message, size_t messageLength) | AuthenticatedSymmetricCipher | virtual |
Final(byte *digest) | HashTransformation | inlinevirtual |
GetAlgorithm() const | AuthenticatedSymmetricCipher | inlineprotectedvirtual |
GetIVAndThrowIfInvalid(const NameValuePairs ¶ms, size_t &size) | SimpleKeyingInterface | protected |
GetMAC() const | EAX_Base | inlineprotected |
GetNextIV(RandomNumberGenerator &rng, byte *iv) | SimpleKeyingInterface | virtual |
GetOptimalBlockSizeUsed() const | StreamTransformation | inlinevirtual |
GetSymmetricCipher() const | AuthenticatedSymmetricCipherBase | inlineprotected |
GetValidKeyLength(size_t n) const | EAX_Base | inlinevirtual |
INTERNALLY_GENERATED_IV enum value | SimpleKeyingInterface | |
IsForwardTransformation() const =0 | StreamTransformation | pure virtual |
IsRandomAccess() const | AuthenticatedSymmetricCipherBase | inlinevirtual |
IsResynchronizable() const | SimpleKeyingInterface | inline |
IsSelfInverting() const | AuthenticatedSymmetricCipherBase | inlinevirtual |
IsValidKeyLength(size_t n) const | EAX_Base | inlinevirtual |
IV_Requirement enum name | SimpleKeyingInterface | |
IVRequirement() const | EAX_Base | inlinevirtual |
IVSize() const | EAX_Base | inlinevirtual |
m_buffer | AuthenticatedSymmetricCipherBase | protected |
m_bufferedDataLength | AuthenticatedSymmetricCipherBase | protected |
m_ctr | EAX_Base | protected |
m_state | AuthenticatedSymmetricCipherBase | protected |
m_totalFooterLength | AuthenticatedSymmetricCipherBase | protected |
m_totalHeaderLength | AuthenticatedSymmetricCipherBase | protected |
m_totalMessageLength | AuthenticatedSymmetricCipherBase | protected |
MandatoryBlockSize() const | StreamTransformation | inlinevirtual |
MaxFooterLength() const | AuthenticatedSymmetricCipher | inlinevirtual |
MaxHeaderLength() const | EAX_Base | inlinevirtual |
MaxIVLength() const | EAX_Base | inlinevirtual |
MaxKeyLength() const | EAX_Base | inlinevirtual |
MaxMessageLength() const | EAX_Base | inlinevirtual |
MinIVLength() const | EAX_Base | inlinevirtual |
MinKeyLength() const | EAX_Base | inlinevirtual |
MinLastBlockSize() const | StreamTransformation | inlinevirtual |
NeedsPrespecifiedDataLengths() const | AuthenticatedSymmetricCipher | inlinevirtual |
NOT_RESYNCHRONIZABLE enum value | SimpleKeyingInterface | |
MessageAuthenticationCode::OptimalBlockSize() const | HashTransformation | inlinevirtual |
StreamTransformation::OptimalBlockSize() const | StreamTransformation | inlinevirtual |
OptimalDataAlignment() const | EAX_Base | inlinevirtual |
ProcessByte(byte input) | StreamTransformation | inline |
ProcessData(byte *outString, const byte *inString, size_t length) | AuthenticatedSymmetricCipherBase | virtual |
ProcessLastBlock(byte *outString, const byte *inString, size_t length) | StreamTransformation | virtual |
ProcessString(byte *inoutString, size_t length) | StreamTransformation | inline |
ProcessString(byte *outString, const byte *inString, size_t length) | StreamTransformation | inline |
RANDOM_IV enum value | SimpleKeyingInterface | |
MessageAuthenticationCode::Ref() | HashTransformation | inline |
StreamTransformation::Ref() | StreamTransformation | inline |
Restart() | AuthenticatedSymmetricCipherBase | inlinevirtual |
Resync(const byte *iv, size_t len) | EAX_Base | protectedvirtual |
Resynchronize(const byte *iv, int length=-1) | AuthenticatedSymmetricCipherBase | virtual |
Seek(lword pos) | StreamTransformation | inlinevirtual |
SetKey(const byte *userKey, size_t keylength, const NameValuePairs ¶ms) | AuthenticatedSymmetricCipherBase | 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 |
SetKeyWithoutResync(const byte *userKey, size_t keylength, const NameValuePairs ¶ms) | EAX_Base | protectedvirtual |
SetKeyWithRounds(const byte *key, size_t length, int rounds) | SimpleKeyingInterface | |
SpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength=0) | AuthenticatedSymmetricCipher | |
State enum name | AuthenticatedSymmetricCipherBase | protected |
State_AuthFooter enum value | AuthenticatedSymmetricCipherBase | protected |
State_AuthTransformed enum value | AuthenticatedSymmetricCipherBase | protected |
State_AuthUntransformed enum value | AuthenticatedSymmetricCipherBase | protected |
State_IVSet enum value | AuthenticatedSymmetricCipherBase | protected |
State_KeySet enum value | AuthenticatedSymmetricCipherBase | protected |
State_Start enum value | AuthenticatedSymmetricCipherBase | protected |
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 |
TruncatedFinal(byte *mac, size_t macSize) | AuthenticatedSymmetricCipherBase | virtual |
TruncatedVerify(const byte *digest, size_t digestLength) | HashTransformation | virtual |
UncheckedSetKey(const byte *key, unsigned int length, const CryptoPP::NameValuePairs ¶ms) | AuthenticatedSymmetricCipherBase | inline |
AuthenticatedSymmetricCipher::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs ¶ms)=0 | SimpleKeyingInterface | protectedpure virtual |
UncheckedSpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength) | AuthenticatedSymmetricCipher | inlineprotectedvirtual |
UNIQUE_IV enum value | SimpleKeyingInterface | |
UNPREDICTABLE_RANDOM_IV enum value | SimpleKeyingInterface | |
Update(const byte *input, size_t length) | AuthenticatedSymmetricCipherBase | 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 |
~AuthenticatedSymmetricCipher() | AuthenticatedSymmetricCipher | inlinevirtual |
~Clonable() | Clonable | inlinevirtual |
~HashTransformation() | HashTransformation | inlinevirtual |
~SimpleKeyingInterface() | SimpleKeyingInterface | inlinevirtual |
~StreamTransformation() | StreamTransformation | inlinevirtual |