20 #ifndef MCUXCLMATH_TYPES_H_ 21 #define MCUXCLMATH_TYPES_H_ 23 #include <mcuxClCore_Platform.h> 53 #define MCUXCLMATH_STATUS_OK ((mcuxClMath_Status_t) 0x0FF32E03u) 54 #define MCUXCLMATH_ERRORCODE_OK MCUXCLMATH_STATUS_OK 55 #define MCUXCLMATH_STATUS_ERROR ((mcuxClMath_Status_t) 0x0FF35330u) 56 #define MCUXCLMATH_ERRORCODE_ERROR MCUXCLMATH_STATUS_ERROR 62 #define MCUXCLMATH_SECMODEXP_OPTION_DIS_RERAND (0xA5A5A5A5u) Provides the API for the CSSL flow protection mechanism.
Definition of function identifiers for the flow protection mechanism.
uint32_t mcuxClMath_Status_t
Type for error codes used by Math component functions.
Definition: mcuxClMath_Types.h:46
mcuxClMath_Status_t mcuxClMath_Status_Protected_t
Deprecated type for error codes used by code-flow protected Math component functions.
Definition: mcuxClMath_Types.h:51
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition: mcuxCsslFlowProtection.h:81