HMAC-SHA-224 message authentication code, headers. More...
#include "beecrypt/hmac.h"#include "beecrypt/sha224.h"
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 * | ) |
| int hmacsha224Setup | ( | hmacsha224Param * | , | |
| const byte * | , | |||
| size_t | ||||
| ) |
| int hmacsha224Update | ( | hmacsha224Param * | , | |
| const byte * | , | |||
| size_t | ||||
| ) |
| const keyedHashFunction hmacsha224 |
1.6.1