4.3.1.1 st_Crypto_Mac_Aes_ctx

Description

This structure is used to define context for AES-CMAC algorithms.

Structure Elements Data TypeElement NameDescription
uint32_tcryptoSessionIDIt defines the session ID, must be more than zero
crypto_HandlerType_EmacHandlerType_enEnum for crypto operation handler i.e., SW, HW
uint8_t*ptr_keyKey for the AES-CMAC cipher operation
uint32_tmacKeyLenKey length for the AES-CMAC algorithm in bytes
uint8_tarr_macDataCtx [70]Array for the context variable data storage