Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

SaSiAesUserContext_t Struct Reference

SaSiAesUserContext_t Struct Reference
[CryptoCell AES APIs]

#include <ssi_aes.h>

Data Fields

uint32_t buff [SASI_AES_USER_CTX_SIZE_IN_WORDS]

Detailed Description

The user's context prototype - the argument type that is passed by the user to the AES 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 136 of file ssi_aes.h.


Field Documentation

uint32_t buff[SASI_AES_USER_CTX_SIZE_IN_WORDS]

Context buffer for internal usage.

Definition at line 138 of file ssi_aes.h.