Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

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.