Rename all algorithm-specific ctx to state
This commit is contained in:
parent
2b76f3df5b
commit
230dedac16
14 changed files with 406 additions and 404 deletions
|
@ -20,7 +20,7 @@
|
|||
#define HMAC_BLOCKLEN_MAX LC_SHA512_BLOCKLEN
|
||||
|
||||
|
||||
struct hmac_ctx {
|
||||
struct hmac_state {
|
||||
struct lc_hash_ctx *hash;
|
||||
uint8_t key[HMAC_BLOCKLEN_MAX];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue