Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
CRYS_HMACUserContext_t Struct Reference
[CryptoCell HMAC APIs]
#include <crys_hmac.h>
Data Fields | |
uint32_t | buff [CRYS_HMAC_USER_CTX_SIZE_IN_WORDS] |
Detailed Description
User's context prototype - the argument type that is passed by the user to the HMAC APIs. The context saves the state of the operation and must be saved by the user till the end of the APIs flow
Definition at line 95 of file crys_hmac.h.
Field Documentation
uint32_t buff[CRYS_HMAC_USER_CTX_SIZE_IN_WORDS] |
Context buffer for internal use
Definition at line 97 of file crys_hmac.h.
Generated on Tue Jul 12 2022 12:46:55 by
