Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_HASHUserContext_t Struct Reference

CRYS_HASHUserContext_t Struct Reference
[CryptoCell HASH APIs]

#include <crys_hash.h>

Data Fields

uint32_t buff [CRYS_HASH_USER_CTX_SIZE_IN_WORDS]

Detailed Description

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


Field Documentation

uint32_t buff[CRYS_HASH_USER_CTX_SIZE_IN_WORDS]

Internal buffer

Definition at line 170 of file crys_hash.h.