Type definitions of mcuxClRandom component. More...
Go to the source code of this file.
Data Structures | |
| struct | mcuxClRandom_Config |
| Random config structure. More... | |
Typedefs | |
| typedef uint32_t | mcuxClRandom_Status_t |
| Type for status codes of mcuxClRandom component functions. | |
| typedef struct mcuxClRandom_Context | mcuxClRandom_ContextDescriptor_t |
| Random context type. | |
| typedef mcuxClRandom_ContextDescriptor_t * | mcuxClRandom_Context_t |
| Random context type. | |
| typedef struct mcuxClRandom_ModeDescriptor | mcuxClRandom_ModeDescriptor_t |
| Random data generation mode/algorithm descriptor type. | |
| typedef const mcuxClRandom_ModeDescriptor_t * | mcuxClRandom_Mode_t |
| Random data generation mode/algorithm type. | |
| typedef mcuxClRandom_Status_t(* | mcuxClRandom_CustomNcGenerateAlgorithm_t) (void *pCustomPrngState, mcuxCl_Buffer_t pOut, uint32_t outLength) |
| Interface definition for custom PRNG functions to be used by PRNG patch mode. | |
| typedef struct mcuxClRandom_Config | mcuxClRandom_Config_t |
| Random config type. | |
Type definitions of mcuxClRandom component.