MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClRandom_Config Struct Reference

Random config structure. More...

#include <mcuxClRandom_Types.h>

Data Fields

mcuxClRandom_Mode_t mode
 Random data generation mode/algorithm. More...
 
mcuxClRandom_Context_t ctx
 Context for the Rng. More...
 

Detailed Description

Random config structure.

This structure is used to store context and mode pointers.

Field Documentation

◆ mode

mcuxClRandom_Mode_t mcuxClRandom_Config::mode

Random data generation mode/algorithm.

◆ ctx

mcuxClRandom_Context_t mcuxClRandom_Config::ctx

Context for the Rng.