Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_AESCCM_UserContext_t Struct Reference

CRYS_AESCCM_UserContext_t Struct Reference
[CryptoCell AES-CCM APIs]

#include <crys_aesccm.h>

Data Fields

uint32_t buff [CRYS_AESCCM_USER_CTX_SIZE_IN_WORDS]

Detailed Description

The user's context structure - the argument type that is passed by the user to the AES CCM APIs

Definition at line 133 of file crys_aesccm.h.


Field Documentation

uint32_t buff[CRYS_AESCCM_USER_CTX_SIZE_IN_WORDS]

AES CCM context buffer for internal usage.

Definition at line 136 of file crys_aesccm.h.