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

Go to the source code of this file.
Data Structures | |
| struct | hmacsha256Param |
Functions | |
| int | hmacsha256Setup (hmacsha256Param *, const byte *, size_t) |
| int | hmacsha256Reset (hmacsha256Param *) |
| int | hmacsha256Update (hmacsha256Param *, const byte *, size_t) |
| int | hmacsha256Digest (hmacsha256Param *, byte *) |
Variables | |
| const keyedHashFunction | hmacsha256 |
HMAC-SHA-256 message authentication code, headers.
| int hmacsha256Digest | ( | hmacsha256Param * | , |
| byte * | ) |
| int hmacsha256Reset | ( | hmacsha256Param * | ) |
References BEECRYPTAPI.
| int hmacsha256Setup | ( | hmacsha256Param * | , |
| const byte * | , | ||
| size_t | ) |
References BEECRYPTAPI.
| int hmacsha256Update | ( | hmacsha256Param * | , |
| const byte * | , | ||
| size_t | ) |
References BEECRYPTAPI.
|
extern |