#include "beecrypt/hmac.h"
#include "beecrypt/sha1.h"
Go to the source code of this file.
Data Structures | |
struct | hmacsha1Param |
Functions | |
BEECRYPTAPI int | hmacsha1Setup (hmacsha1Param *, const byte *, size_t) |
BEECRYPTAPI int | hmacsha1Reset (hmacsha1Param *) |
BEECRYPTAPI int | hmacsha1Update (hmacsha1Param *, const byte *, size_t) |
BEECRYPTAPI int | hmacsha1Digest (hmacsha1Param *, byte *) |
Variables | |
BEECRYPTAPI const keyedHashFunction | hmacsha1 |
BEECRYPTAPI int hmacsha1Digest | ( | hmacsha1Param * | , | |
byte * | ||||
) |
BEECRYPTAPI int hmacsha1Reset | ( | hmacsha1Param * | ) |
BEECRYPTAPI int hmacsha1Setup | ( | hmacsha1Param * | , | |
const byte * | , | |||
size_t | ||||
) |
BEECRYPTAPI int hmacsha1Update | ( | hmacsha1Param * | , | |
const byte * | , | |||
size_t | ||||
) |
BEECRYPTAPI const keyedHashFunction hmacsha1 |