14 #ifndef MCUXCLRANDOM_FUNCTIONS_TESTMODE_H_ 15 #define MCUXCLRANDOM_FUNCTIONS_TESTMODE_H_ 17 #include <mcuxClConfig.h> 60 const uint32_t *
const pEntropyInput
75 const uint32_t *
const pEntropyInput
Type definitions of mcuxClRandom component.
struct mcuxClRandom_ModeDescriptor mcuxClRandom_ModeDescriptor_t
Random data generation mode/algorithm descriptor type.
Definition: mcuxClRandom_Types.h:86
uint32_t mcuxClRandom_Status_t
Type for status codes of mcuxClRandom component functions.
Definition: mcuxClRandom_Types.h:47
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:125
Top-level include file for the mcuxClSession component.
const mcuxClRandom_ModeDescriptor_t * mcuxClRandom_Mode_t
Random data generation mode/algorithm type.
Definition: mcuxClRandom_Types.h:93
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition: mcuxCsslFlowProtection.h:81