Security Scol plugin
CCM_Base Member List

This is the complete list of members for CCM_Base, including all inherited members.

AccessBlockCipher()=0 (defined in CCM_Base)CCM_Baseprotectedpure virtual
AccessSymmetricCipher() (defined in CCM_Base)CCM_Baseinlineprotectedvirtual
MessageAuthenticationCode::Algorithm(bool checkSelfTestStatus=true)Algorithm
StreamTransformation::Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() constCCM_Baseinlinevirtual
AlgorithmProvider() constCCM_Baseinlinevirtual
AssertValidKeyLength(size_t length) constSimpleKeyingInterfaceinlineprotected
AuthenticateBlocks(const byte *data, size_t len) (defined in CCM_Base)CCM_Baseprotectedvirtual
AuthenticateData(const byte *data, size_t len) (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
AuthenticatedSymmetricCipherBase() (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseinline
AuthenticateLastConfidentialBlock() (defined in CCM_Base)CCM_Baseprotectedvirtual
AuthenticateLastFooterBlock(byte *mac, size_t macSize) (defined in CCM_Base)CCM_Baseprotectedvirtual
AuthenticateLastHeaderBlock() (defined in CCM_Base)CCM_Baseprotectedvirtual
AuthenticationBlockSize() const (defined in CCM_Base)CCM_Baseinlineprotectedvirtual
AuthenticationIsOnPlaintext() const (defined in CCM_Base)CCM_Baseinlineprotectedvirtual
BlockSize() constHashTransformationinlinevirtual
CalculateDigest(byte *digest, const byte *input, size_t length)HashTransformationinlinevirtual
CalculateTruncatedDigest(byte *digest, size_t digestSize, const byte *input, size_t length)HashTransformationinlinevirtual
CanUsePredictableIVs() constSimpleKeyingInterfaceinline
CanUseRandomIVs() constSimpleKeyingInterfaceinline
CanUseStructuredIVs() constSimpleKeyingInterfaceinline
CBC_Buffer() (defined in CCM_Base)CCM_Baseinlineprotected
CCM_Base() (defined in CCM_Base)CCM_Baseinline
Clone() constClonableinlinevirtual
CreateUpdateSpace(size_t &size)HashTransformationinlinevirtual
DecryptAndVerify(byte *message, const byte *mac, size_t macSize, const byte *iv, int ivLength, const byte *header, size_t headerLength, const byte *ciphertext, size_t ciphertextLength)AuthenticatedSymmetricCiphervirtual
DefaultDigestSize() const =0 (defined in CCM_Base)CCM_Baseprotectedpure virtual
DefaultIVLength() constSimpleKeyingInterfaceinline
DefaultKeyLength() constCCM_Baseinlinevirtual
DigestSize() constCCM_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() constAuthenticatedSymmetricCipherinlineprotectedvirtual
GetBlockCipher() const (defined in CCM_Base)CCM_Baseinlineprotected
GetIVAndThrowIfInvalid(const NameValuePairs &params, size_t &size)SimpleKeyingInterfaceprotected
GetNextIV(RandomNumberGenerator &rng, byte *iv)SimpleKeyingInterfacevirtual
GetOptimalBlockSizeUsed() constStreamTransformationinlinevirtual
GetSymmetricCipher() const (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseinlineprotected
GetValidKeyLength(size_t keylength) constCCM_Baseinlinevirtual
INTERNALLY_GENERATED_IV enum valueSimpleKeyingInterface
IsForwardTransformation() const =0StreamTransformationpure virtual
IsLastBlockSpecial() constStreamTransformationinlinevirtual
IsRandomAccess() constAuthenticatedSymmetricCipherBaseinlinevirtual
IsResynchronizable() constSimpleKeyingInterfaceinline
IsSelfInverting() constAuthenticatedSymmetricCipherBaseinlinevirtual
IsValidKeyLength(size_t keylength) constCCM_Baseinlinevirtual
IV_Requirement enum nameSimpleKeyingInterface
IVRequirement() constCCM_Baseinlinevirtual
IVSize() constCCM_Baseinlinevirtual
m_aadLength (defined in CCM_Base)CCM_Baseprotected
m_buffer (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
m_bufferedDataLength (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
m_ctr (defined in CCM_Base)CCM_Baseprotected
m_digestSize (defined in CCM_Base)CCM_Baseprotected
m_L (defined in CCM_Base)CCM_Baseprotected
m_messageLength (defined in CCM_Base)CCM_Baseprotected
m_state (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
m_totalFooterLength (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
m_totalHeaderLength (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
m_totalMessageLength (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
MandatoryBlockSize() constStreamTransformationinlinevirtual
MaxFooterLength() constAuthenticatedSymmetricCipherinlinevirtual
MaxHeaderLength() constCCM_Baseinlinevirtual
MaxIVLength() constCCM_Baseinlinevirtual
MaxKeyLength() constCCM_Baseinlinevirtual
MaxMessageLength() constCCM_Baseinlinevirtual
MinIVLength() constCCM_Baseinlinevirtual
MinKeyLength() constCCM_Baseinlinevirtual
MinLastBlockSize() constStreamTransformationinlinevirtual
NeedsPrespecifiedDataLengths() constCCM_Baseinlinevirtual
NOT_RESYNCHRONIZABLE enum valueSimpleKeyingInterface
MessageAuthenticationCode::OptimalBlockSize() constHashTransformationinlinevirtual
StreamTransformation::OptimalBlockSize() constStreamTransformationinlinevirtual
OptimalDataAlignment() constCCM_Baseinlinevirtual
ProcessByte(byte input)StreamTransformationinline
ProcessData(byte *outString, const byte *inString, size_t length)AuthenticatedSymmetricCipherBasevirtual
ProcessLastBlock(byte *outString, size_t outLength, const byte *inString, size_t inLength)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 value (defined in CCM_Base)CCM_Baseprotected
Restart()AuthenticatedSymmetricCipherBaseinlinevirtual
Resync(const byte *iv, size_t len) (defined in CCM_Base)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) (defined in CCM_Base)CCM_Baseprotectedvirtual
SetKeyWithRounds(const byte *key, size_t length, int rounds)SimpleKeyingInterface
SpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength=0)AuthenticatedSymmetricCipher
State enum name (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
State_AuthFooter enum value (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
State_AuthTransformed enum value (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
State_AuthUntransformed enum value (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
State_IVSet enum value (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
State_KeySet enum value (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
State_Start enum value (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseprotected
TagSize() constHashTransformationinline
ThrowIfInvalidIV(const byte *iv)SimpleKeyingInterfaceprotected
ThrowIfInvalidIVLength(int length)SimpleKeyingInterfaceprotected
ThrowIfInvalidKeyLength(size_t length)SimpleKeyingInterfaceprotected
ThrowIfInvalidTruncatedSize(size_t size) constHashTransformationprotected
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) (defined in AuthenticatedSymmetricCipherBase)AuthenticatedSymmetricCipherBaseinlineprotected
AuthenticatedSymmetricCipher::UncheckedSetKey(const byte *key, unsigned int length, const NameValuePairs &params)=0SimpleKeyingInterfaceprotectedpure virtual
UncheckedSpecifyDataLengths(lword headerLength, lword messageLength, lword footerLength) (defined in CCM_Base)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() (defined in Algorithm)Algorithminlinevirtual
~AuthenticatedSymmetricCipher() (defined in AuthenticatedSymmetricCipher)AuthenticatedSymmetricCipherinlinevirtual
~Clonable() (defined in Clonable)Clonableinlinevirtual
~HashTransformation() (defined in HashTransformation)HashTransformationinlinevirtual
~SimpleKeyingInterface() (defined in SimpleKeyingInterface)SimpleKeyingInterfaceinlinevirtual
~StreamTransformation() (defined in StreamTransformation)StreamTransformationinlinevirtual