Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_CHACHAUserContext_t Struct Reference

CRYS_CHACHAUserContext_t Struct Reference
[CryptoCell CHACHA APIs]

#include <crys_chacha.h>

Data Fields

uint32_t buff [CRYS_CHACHA_USER_CTX_SIZE_IN_WORDS]

Detailed Description

The user's context prototype - the argument type that is passed by the user to the CHACHA API. The context saves the state of the operation and must be saved by the user till the end of the APIs flow (for example till CRYS_CHACHA_Free is called).

Definition at line 119 of file crys_chacha.h.


Field Documentation

uint32_t buff[CRYS_CHACHA_USER_CTX_SIZE_IN_WORDS]

Context buffer for internal use

Definition at line 123 of file crys_chacha.h.