Fabcoin Core  0.16.2
P2P Digital Currency
CCM_Final< T_BlockCipher, T_DefaultDigestSize, T_IsEncryption > Member List

This is the complete list of members for CCM_Final< T_BlockCipher, T_DefaultDigestSize, T_IsEncryption >, including all inherited members.

AccessBlockCipher()CCM_Final< T_BlockCipher, T_DefaultDigestSize, T_IsEncryption >inlineprivatevirtual
AccessSymmetricCipher()CCM_Baseinlineprotectedvirtual
MessageAuthenticationCode::Algorithm(bool checkSelfTestStatus=true)Algorithm
StreamTransformation::Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const CCM_Baseinlinevirtual
AssertValidKeyLength(size_t length) const SimpleKeyingInterfaceinlineprotected
AuthenticateBlocks(const byte *data, size_t len)CCM_Baseprotectedvirtual
AuthenticateData(const byte *data, size_t len)AuthenticatedSymmetricCipherBaseprotected
AuthenticatedSymmetricCipherBase()AuthenticatedSymmetricCipherBaseinline
AuthenticateLastConfidentialBlock()CCM_Baseprotectedvirtual
AuthenticateLastFooterBlock(byte *mac, size_t macSize)CCM_Baseprotectedvirtual
AuthenticateLastHeaderBlock()CCM_Baseprotectedvirtual
AuthenticationBlockSize() const CCM_Baseinlineprotectedvirtual
AuthenticationIsOnPlaintext() const CCM_Baseinlineprotectedvirtual
BlockSize() const HashTransformationinlinevirtual
CalculateDigest(byte *digest, const byte *input, size_t length)HashTransformationinlinevirtual
CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length)HashTransformationinlinevirtual
CanUsePredictableIVs() const SimpleKeyingInterfaceinline
CanUseRandomIVs() const SimpleKeyingInterfaceinline
CanUseStructuredIVs() const SimpleKeyingInterfaceinline
CBC_Buffer()CCM_Baseinlineprotected
CCM_Base()CCM_Baseinline
Clone() const Clonableinlinevirtual
CreateUpdateSpace(size_t &size)HashTransformationinlinevirtual
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)AuthenticatedSymmetricCiphervirtual
DefaultDigestSize() const CCM_Final< T_BlockCipher, T_DefaultDigestSize, T_IsEncryption >inlineprivatevirtual
DefaultIVLength() const SimpleKeyingInterfaceinline
DefaultKeyLength() const CCM_Baseinlinevirtual
DigestSize() const CCM_Baseinlinevirtual
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)AuthenticatedSymmetricCiphervirtual
Final(byte *digest)HashTransformationinlinevirtual
GetAlgorithm() const AuthenticatedSymmetricCipherinlineprotectedvirtual
GetBlockCipher() const CCM_Baseinlineprotected
GetIVAndThrowIfInvalid(const NameValuePairs &params, size_t &size)SimpleKeyingInterfaceprotected
GetNextIV(RandomNumberGenerator &rng, byte *iv)SimpleKeyingInterfacevirtual
GetOptimalBlockSizeUsed() const StreamTransformationinlinevirtual
GetSymmetricCipher() const AuthenticatedSymmetricCipherBaseinlineprotected
GetValidKeyLength(size_t keylength) const CCM_Baseinlinevirtual
INTERNALLY_GENERATED_IV enum valueSimpleKeyingInterface
IsForwardTransformation() const CCM_Final< T_BlockCipher, T_DefaultDigestSize, T_IsEncryption >inlinevirtual
IsRandomAccess() const AuthenticatedSymmetricCipherBaseinlinevirtual
IsResynchronizable() const SimpleKeyingInterfaceinline
IsSelfInverting() const AuthenticatedSymmetricCipherBaseinlinevirtual
IsValidKeyLength(size_t keylength) const CCM_Baseinlinevirtual
IV_Requirement enum nameSimpleKeyingInterface
IVRequirement() const CCM_Baseinlinevirtual
IVSize() const CCM_Baseinlinevirtual
m_aadLengthCCM_Baseprotected
m_bufferAuthenticatedSymmetricCipherBaseprotected
m_bufferedDataLengthAuthenticatedSymmetricCipherBaseprotected
m_cipherCCM_Final< T_BlockCipher, T_DefaultDigestSize, T_IsEncryption >private
m_ctrCCM_Baseprotected
m_digestSizeCCM_Baseprotected
m_LCCM_Baseprotected
m_messageLengthCCM_Baseprotected
m_stateAuthenticatedSymmetricCipherBaseprotected
m_totalFooterLengthAuthenticatedSymmetricCipherBaseprotected
m_totalHeaderLengthAuthenticatedSymmetricCipherBaseprotected
m_totalMessageLengthAuthenticatedSymmetricCipherBaseprotected
MandatoryBlockSize() const StreamTransformationinlinevirtual
MaxFooterLength() const AuthenticatedSymmetricCipherinlinevirtual
MaxHeaderLength() const CCM_Baseinlinevirtual
MaxIVLength() const CCM_Baseinlinevirtual
MaxKeyLength() const CCM_Baseinlinevirtual
MaxMessageLength() const CCM_Baseinlinevirtual
MinIVLength() const CCM_Baseinlinevirtual
MinKeyLength() const CCM_Baseinlinevirtual
MinLastBlockSize() const StreamTransformationinlinevirtual
NeedsPrespecifiedDataLengths() const CCM_Baseinlinevirtual
NOT_RESYNCHRONIZABLE enum valueSimpleKeyingInterface
MessageAuthenticationCode::OptimalBlockSize() const HashTransformationinlinevirtual
StreamTransformation::OptimalBlockSize() const StreamTransformationinlinevirtual
OptimalDataAlignment() const CCM_Baseinlinevirtual
ProcessByte(byte input)StreamTransformationinline
ProcessData(byte *outString, const byte *inString, size_t length)AuthenticatedSymmetricCipherBasevirtual
ProcessLastBlock(byte *outString, const byte *inString, size_t length)StreamTransformationvirtual
ProcessString(byte *inoutString, size_t length)StreamTransformationinline
ProcessString(byte *outString, const byte *inString, size_t length)StreamTransformationinline
RANDOM_IV enum valueSimpleKeyingInterface
MessageAuthenticationCode::Ref()HashTransformationinline
StreamTransformation::Ref()StreamTransformationinline
REQUIRED_BLOCKSIZE enum valueCCM_Baseprotected
Restart()AuthenticatedSymmetricCipherBaseinlinevirtual
Resync(const byte *iv, size_t len)CCM_Baseprotectedvirtual
Resynchronize(const byte *iv, int length=-1)AuthenticatedSymmetricCipherBasevirtual
Seek(lword pos)StreamTransformationinlinevirtual
SetKey(const byte *userKey, size_t keylength, const NameValuePairs &params)AuthenticatedSymmetricCipherBasevirtual
SetKeyWithIV(const byte *key, size_t length, const byte *iv, size_t ivLength)SimpleKeyingInterface
SetKeyWithIV(const byte *key, size_t length, const byte *iv)SimpleKeyingInterfaceinline
SetKeyWithoutResync(const byte *userKey, size_t keylength, const NameValuePairs &params)CCM_Baseprotectedvirtual
SetKeyWithRounds(const byte *key, size_t length, int rounds)SimpleKeyingInterface
SpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength=0)AuthenticatedSymmetricCipher
State enum nameAuthenticatedSymmetricCipherBaseprotected
State_AuthFooter enum valueAuthenticatedSymmetricCipherBaseprotected
State_AuthTransformed enum valueAuthenticatedSymmetricCipherBaseprotected
State_AuthUntransformed enum valueAuthenticatedSymmetricCipherBaseprotected
State_IVSet enum valueAuthenticatedSymmetricCipherBaseprotected
State_KeySet enum valueAuthenticatedSymmetricCipherBaseprotected
State_Start enum valueAuthenticatedSymmetricCipherBaseprotected
StaticAlgorithmName()CCM_Final< T_BlockCipher, T_DefaultDigestSize, T_IsEncryption >inlinestatic
TagSize() const HashTransformationinline
ThrowIfInvalidIV(const byte *iv)SimpleKeyingInterfaceprotected
ThrowIfInvalidIVLength(int length)SimpleKeyingInterfaceprotected
ThrowIfInvalidKeyLength(size_t length)SimpleKeyingInterfaceprotected
ThrowIfInvalidTruncatedSize(size_t size) const HashTransformationprotected
ThrowIfResynchronizable()SimpleKeyingInterfaceprotected
TruncatedFinal(byte *mac, size_t macSize)AuthenticatedSymmetricCipherBasevirtual
TruncatedVerify(const byte *digest, size_t digestLength)HashTransformationvirtual
UncheckedSetKey(const byte *key, unsigned int length, const CryptoPP::NameValuePairs &params)AuthenticatedSymmetricCipherBaseinline
AuthenticatedSymmetricCipher::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)=0SimpleKeyingInterfaceprotectedpure virtual
UncheckedSpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength)CCM_Basevirtual
UNIQUE_IV enum valueSimpleKeyingInterface
UNPREDICTABLE_RANDOM_IV enum valueSimpleKeyingInterface
Update(const byte *input, size_t length)AuthenticatedSymmetricCipherBasevirtual
Verify(const byte *digest)HashTransformationinlinevirtual
VerifyDigest(const byte *digest, const byte *input, size_t length)HashTransformationinlinevirtual
VerifyTruncatedDigest(const byte *digest, size_t digestLength, const byte *input, size_t length)HashTransformationinlinevirtual
~Algorithm()Algorithminlinevirtual
~AuthenticatedSymmetricCipher()AuthenticatedSymmetricCipherinlinevirtual
~Clonable()Clonableinlinevirtual
~HashTransformation()HashTransformationinlinevirtual
~SimpleKeyingInterface()SimpleKeyingInterfaceinlinevirtual
~StreamTransformation()StreamTransformationinlinevirtual