20 #ifndef MCUXCLMATH_TYPES_H_ 21 #define MCUXCLMATH_TYPES_H_ 23 #include <mcuxClCore_Platform.h> 53 #define MCUXCLMATH_ERRORCODE_OK ((mcuxClMath_Status_t) 0x17171717u) 54 #define MCUXCLMATH_ERRORCODE_ERROR ((mcuxClMath_Status_t) 0x17177171u) 60 #define MCUXCLMATH_SECMODEXP_OPTION_DIS_RERAND (0xA5A5A5A5u) uint32_t mcuxClMath_Status_t
Type for error codes used by Math component functions.
Definition: mcuxClMath_Types.h:46
Definition of function identifiers for the flow protection mechanism.
Provides the API for the CSSL flow protection mechanism.
typedef MCUX_CSSL_FP_PROTECTED_TYPE(mcuxClMath_Status_t) mcuxClMath_Status_Protected_t
Deprecated type for error codes used by code-flow protected Math component functions.
Definition: mcuxCsslFlowProtection_example.c:137