takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

CRYS_RND_WorkBuff_t Struct Reference

CRYS_RND_WorkBuff_t Struct Reference
[CryptoCell Random Generator APIs]

#include <crys_rnd.h>

Data Fields

uint32_t crysRndWorkBuff [CRYS_RND_WORK_BUFFER_SIZE_WORDS]

Detailed Description

A definition for RAM buffer to be internally used in instantiation (or reseeding) operation.

Definition at line 101 of file crys_rnd.h.


Field Documentation

uint32_t crysRndWorkBuff[CRYS_RND_WORK_BUFFER_SIZE_WORDS]

Internal buffer

Definition at line 104 of file crys_rnd.h.