HMAC-SHA-256 message authentication code, headers. More...
#include "beecrypt/hmac.h"#include "beecrypt/sha256.h"
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 * | ) |
| int hmacsha256Setup | ( | hmacsha256Param * | , | |
| const byte * | , | |||
| size_t | ||||
| ) |
| int hmacsha256Update | ( | hmacsha256Param * | , | |
| const byte * | , | |||
| size_t | ||||
| ) |
| const keyedHashFunction hmacsha256 |
1.6.1