Knight KE / Mbed OS Game_Master
Embed: (wiki syntax)

« Back to documentation index

CRYS_HMACUserContext_t Struct Reference

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.