19 #ifndef MCUXCLRANDOM_FUNCTIONS_H_ 20 #define MCUXCLRANDOM_FUNCTIONS_H_ 22 #include <mcuxClConfig.h> 144 uint32_t securityStrength
Type definitions of mcuxClRandom component.
mcuxClSession_Descriptor_t *const mcuxClSession_Handle_t
Type for mcuxClSession Handle.
Definition: mcuxClSession_Types.h:124
const mcuxClRandom_ModeDescriptor_t * mcuxClRandom_Mode_t
Random data generation mode/algorithm type.
Definition: mcuxClRandom_Types.h:93
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:125
MCUX_CSSL_FP_PROTECTED_TYPE(mcuxClRandom_Status_t) mcuxClRandom_init(mcuxClSession_Handle_t pSession
Random data generator initialization function.
Definition: mcuxCsslFlowProtection_example.c:137
uint32_t mcuxClRandom_Status_t
Type for status codes of mcuxClRandom component functions.
Definition: mcuxClRandom_Types.h:47
mcuxClRandom_ContextDescriptor_t * mcuxClRandom_Context_t
Random context type.
Definition: mcuxClRandom_Types.h:70
Top-level include file for the mcuxClSession component.