Crypto++
|
_ More...
#include <ttmac.h>
Public Types | |
typedef T_Endianness | ByteOrderClass |
typedef T_HashWordType | HashWordType |
Public Member Functions | |
unsigned int | DigestSize () const |
void | UncheckedSetKey (const byte *userKey, unsigned int keylength, const NameValuePairs ¶ms) |
void | TruncatedFinal (byte *mac, size_t size) |
unsigned int | BlockSize () const |
ByteOrder | GetByteOrder () const |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
static size_t | StaticGetValidKeyLength (size_t) |
static void | CorrectEndianess (HashWordType *out, const HashWordType *in, size_t byteCount) |
Static Public Attributes | |
static const int | DIGESTSIZE = 20 |
static const int | KEYLENGTH |
static const int | MIN_KEYLENGTH |
static const int | MAX_KEYLENGTH |
static const int | DEFAULT_KEYLENGTH |
static const int | IV_REQUIREMENT |
static const int | IV_LENGTH |
static const int | BLOCKSIZE |
static CompileAssert <((T_BlockSize &(T_BlockSize-1))==0)> | cryptopp_assert___LINE__ |
Protected Member Functions | |
void | HashEndianCorrectedBlock (const word32 *data) |
void | Init () |
word32 * | StateBuf () |
T_HashWordType * | DataBuf () |
Static Protected Member Functions | |
static void | Transform (word32 *digest, const word32 *X, bool last) |
Protected Attributes | |
FixedSizeSecBlock< word32, 10 > | m_digest |
FixedSizeSecBlock< word32, 5 > | m_key |
FixedSizeSecBlock < T_HashWordType, T_BlockSize/sizeof(T_HashWordType)> | m_data |
_