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