#include "beecrypt/hmac.h"
#include "beecrypt/sha512.h"
Go to the source code of this file.
Data Structures | |
struct | hmacsha512Param |
Functions | |
BEECRYPTAPI int | hmacsha512Setup (hmacsha512Param *, const byte *, size_t) |
BEECRYPTAPI int | hmacsha512Reset (hmacsha512Param *) |
BEECRYPTAPI int | hmacsha512Update (hmacsha512Param *, const byte *, size_t) |
BEECRYPTAPI int | hmacsha512Digest (hmacsha512Param *, byte *) |
Variables | |
BEECRYPTAPI const keyedHashFunction | hmacsha512 |
BEECRYPTAPI int hmacsha512Digest | ( | hmacsha512Param * | , | |
byte * | ||||
) |
BEECRYPTAPI int hmacsha512Reset | ( | hmacsha512Param * | ) |
BEECRYPTAPI int hmacsha512Setup | ( | hmacsha512Param * | , | |
const byte * | , | |||
size_t | ||||
) |
BEECRYPTAPI int hmacsha512Update | ( | hmacsha512Param * | , | |
const byte * | , | |||
size_t | ||||
) |
BEECRYPTAPI const keyedHashFunction hmacsha512 |