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

Go to the source code of this file.
Data Structures | |
| struct | hmacsha1Param |
Functions | |
| int | hmacsha1Setup (hmacsha1Param *, const byte *, size_t) |
| int | hmacsha1Reset (hmacsha1Param *) |
| int | hmacsha1Update (hmacsha1Param *, const byte *, size_t) |
| int | hmacsha1Digest (hmacsha1Param *, byte *) |
Variables | |
| const keyedHashFunction | hmacsha1 |
HMAC-SHA-1 message authentication code, headers.
| int hmacsha1Digest | ( | hmacsha1Param * | , |
| byte * | ) |
| int hmacsha1Reset | ( | hmacsha1Param * | ) |
References BEECRYPTAPI.
| int hmacsha1Setup | ( | hmacsha1Param * | , |
| const byte * | , | ||
| size_t | ) |
References BEECRYPTAPI.
| int hmacsha1Update | ( | hmacsha1Param * | , |
| const byte * | , | ||
| size_t | ) |
References BEECRYPTAPI.
|
extern |