Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

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.