BeeCrypt
4.2.1
|
HMAC algorithm, headers. More...
#include "beecrypt/beecrypt.h"
Go to the source code of this file.
Functions | |
int | hmacSetup (byte *, byte *, const hashFunction *, hashFunctionParam *, const byte *, size_t) |
int | hmacReset (const byte *, const hashFunction *, hashFunctionParam *) |
int | hmacUpdate (const hashFunction *, hashFunctionParam *, const byte *, size_t) |
int | hmacDigest (const byte *, const hashFunction *, hashFunctionParam *, byte *) |
HMAC algorithm, headers.
int hmacDigest | ( | const byte * | , |
const hashFunction * | , | ||
hashFunctionParam * | , | ||
byte * | |||
) |
int hmacReset | ( | const byte * | , |
const hashFunction * | , | ||
hashFunctionParam * | |||
) |
int hmacSetup | ( | byte * | , |
byte * | , | ||
const hashFunction * | , | ||
hashFunctionParam * | , | ||
const byte * | , | ||
size_t | |||
) |
int hmacUpdate | ( | const hashFunction * | , |
hashFunctionParam * | , | ||
const byte * | , | ||
size_t | |||
) |