#include "beecrypt/beecrypt.h"
Include dependency graph for hmac.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 *) |
|
|
|
|
|
|