3 #ifndef CRYPTOPP_IMPORTS 11 AccessCipher().
SetKey(key, length, params);
12 m_reg.CleanNew(AccessCipher().BlockSize());
28 if (length >= blockSize)
31 input += (length - leftOver);
virtual void SetKey(const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs)
Sets or reset the key of this object.
#define NAMESPACE_BEGIN(x)
void TruncatedFinal(byte *mac, size_t size)
Computes the hash of the current message.
virtual BlockCipher & AccessCipher()=0
void Update(const byte *input, size_t length)
Updates a hash with additional input.
uint8_t const size_t const size
void * memcpy(void *a, const void *b, size_t c)
Interface for retrieving values given their names.