#include "beecrypt/hmac.h"
#include "beecrypt/sha256.h"
Go to the source code of this file.
Data Structures | |
struct | hmacsha256Param |
Functions | |
BEECRYPTAPI int | hmacsha256Setup (hmacsha256Param *, const byte *, size_t) |
BEECRYPTAPI int | hmacsha256Reset (hmacsha256Param *) |
BEECRYPTAPI int | hmacsha256Update (hmacsha256Param *, const byte *, size_t) |
BEECRYPTAPI int | hmacsha256Digest (hmacsha256Param *, byte *) |
Variables | |
BEECRYPTAPI const keyedHashFunction | hmacsha256 |
BEECRYPTAPI int hmacsha256Digest | ( | hmacsha256Param * | , | |
byte * | ||||
) |
BEECRYPTAPI int hmacsha256Reset | ( | hmacsha256Param * | ) |
BEECRYPTAPI int hmacsha256Setup | ( | hmacsha256Param * | , | |
const byte * | , | |||
size_t | ||||
) |
BEECRYPTAPI int hmacsha256Update | ( | hmacsha256Param * | , | |
const byte * | , | |||
size_t | ||||
) |
BEECRYPTAPI const keyedHashFunction hmacsha256 |