BeeCrypt
4.2.1
|
HMAC-SHA-384 message authentication code, headers. More...
Go to the source code of this file.
Data Structures | |
struct | hmacsha384Param |
Functions | |
int | hmacsha384Setup (hmacsha384Param *, const byte *, size_t) |
int | hmacsha384Reset (hmacsha384Param *) |
int | hmacsha384Update (hmacsha384Param *, const byte *, size_t) |
int | hmacsha384Digest (hmacsha384Param *, byte *) |
Variables | |
const keyedHashFunction | hmacsha384 |
HMAC-SHA-384 message authentication code, headers.
int hmacsha384Digest | ( | hmacsha384Param * | , |
byte * | |||
) |
int hmacsha384Reset | ( | hmacsha384Param * | ) |
int hmacsha384Setup | ( | hmacsha384Param * | , |
const byte * | , | ||
size_t | |||
) |
int hmacsha384Update | ( | hmacsha384Param * | , |
const byte * | , | ||
size_t | |||
) |
const keyedHashFunction hmacsha384 |