|
BeeCrypt 4.2.1
|
HMAC-SHA-224 message authentication code, headers. More...

Go to the source code of this file.
Data Structures | |
| struct | hmacsha224Param |
Functions | |
| int | hmacsha224Setup (hmacsha224Param *, const byte *, size_t) |
| int | hmacsha224Reset (hmacsha224Param *) |
| int | hmacsha224Update (hmacsha224Param *, const byte *, size_t) |
| int | hmacsha224Digest (hmacsha224Param *, byte *) |
Variables | |
| const keyedHashFunction | hmacsha224 |
HMAC-SHA-224 message authentication code, headers.
| int hmacsha224Digest | ( | hmacsha224Param * | , |
| byte * | ) |
| int hmacsha224Reset | ( | hmacsha224Param * | ) |
References BEECRYPTAPI.
| int hmacsha224Setup | ( | hmacsha224Param * | , |
| const byte * | , | ||
| size_t | ) |
References BEECRYPTAPI.
| int hmacsha224Update | ( | hmacsha224Param * | , |
| const byte * | , | ||
| size_t | ) |
References BEECRYPTAPI.
|
extern |