Defines all macros of mcuxClMath. More...
Macros | |
#define | MCUXCLMATH_STATUS_OK |
Math operation successful. More... | |
#define | MCUXCLMATH_ERRORCODE_OK |
#define | MCUXCLMATH_STATUS_ERROR |
Error occurred during Math operation. More... | |
#define | MCUXCLMATH_ERRORCODE_ERROR |
#define | MCUXCLMATH_SECMODEXP_OPTION_DIS_RERAND |
Option to disable the operand re-randomization in the secure modular exponentiation. More... | |
Typedefs | |
typedef uint32_t | mcuxClMath_Status_t |
Type for error codes used by Math component functions. More... | |
typedef mcuxClMath_Status_t | mcuxClMath_Status_Protected_t |
Deprecated type for error codes used by code-flow protected Math component functions. More... | |
Defines all macros of mcuxClMath.
#define MCUXCLMATH_STATUS_OK |
Math operation successful.
#define MCUXCLMATH_ERRORCODE_OK |
#define MCUXCLMATH_STATUS_ERROR |
Error occurred during Math operation.
#define MCUXCLMATH_ERRORCODE_ERROR |
#define MCUXCLMATH_SECMODEXP_OPTION_DIS_RERAND |
Option to disable the operand re-randomization in the secure modular exponentiation.
TODO CLNS-7824: analyze how to use the SecModExp in RsaKg MillerRabinTest, and remove secOption to always re-randomize
typedef uint32_t mcuxClMath_Status_t |
Type for error codes used by Math component functions.
Deprecated type for error codes used by code-flow protected Math component functions.