#include "beecrypt/hmac.h"
#include "beecrypt/sha384.h"

Go to the source code of this file.
Data Structures | |
| struct | hmacsha384Param |
Functions | |
| BEECRYPTAPI int | hmacsha384Setup (hmacsha384Param *, const byte *, size_t) |
| BEECRYPTAPI int | hmacsha384Reset (hmacsha384Param *) |
| BEECRYPTAPI int | hmacsha384Update (hmacsha384Param *, const byte *, size_t) |
| BEECRYPTAPI int | hmacsha384Digest (hmacsha384Param *, byte *) |
Variables | |
| BEECRYPTAPI const keyedHashFunction | hmacsha384 |
| BEECRYPTAPI int hmacsha384Digest | ( | hmacsha384Param * | , | |
| byte * | ||||
| ) |
| BEECRYPTAPI int hmacsha384Reset | ( | hmacsha384Param * | ) |
| BEECRYPTAPI int hmacsha384Setup | ( | hmacsha384Param * | , | |
| const byte * | , | |||
| size_t | ||||
| ) |
| BEECRYPTAPI int hmacsha384Update | ( | hmacsha384Param * | , | |
| const byte * | , | |||
| size_t | ||||
| ) |
| BEECRYPTAPI const keyedHashFunction hmacsha384 |
1.5.8