Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_PrngFipsKatCtx_t Struct Reference

CRYS_PrngFipsKatCtx_t Struct Reference
[CryptoCell Random Generator APIs]

#include <crys_rnd.h>

Data Fields

CRYS_RND_WorkBuff_t rndWorkBuff
uint8_t rndOutputBuff [CRYS_PRNG_FIPS_KAT_OUT_DATA_SIZE]

Detailed Description

Data structure required for internal FIPS verification for PRNG KAT.

Definition at line 214 of file crys_rnd.h.


Field Documentation

uint8_t rndOutputBuff[CRYS_PRNG_FIPS_KAT_OUT_DATA_SIZE]

Output buffer.

Definition at line 219 of file crys_rnd.h.

Internal working buffer.

Definition at line 217 of file crys_rnd.h.