mcuxClEcc return code definitions More...
Macros | |
| #define | MCUXCLECC_STATUS_OK |
| Operation was successful. More... | |
| #define | MCUXCLECC_STATUS_INVALID_PARAMS |
| Parameters are invalid. More... | |
| #define | MCUXCLECC_STATUS_RNG_ERROR |
| Random number (DRBG / PRNG) error (unexpected behavior). More... | |
| #define | MCUXCLECC_STATUS_INVALID_SIGNATURE |
| ECDSA Signature is invalid. More... | |
| #define | MCUXCLECC_STATUS_NEUTRAL_POINT |
| The result of the point operation is the neutral point. More... | |
| #define | MCUXCLECC_STATUS_FAULT_ATTACK |
| Fault attack (unexpected behavior) is detected. More... | |
| #define | MCUXCLECC_STATUS_NOT_SUPPORTED |
| Functionality is not supported. More... | |
mcuxClEcc return code definitions
| #define MCUXCLECC_STATUS_OK |
Operation was successful.
| #define MCUXCLECC_STATUS_INVALID_PARAMS |
Parameters are invalid.
| #define MCUXCLECC_STATUS_RNG_ERROR |
Random number (DRBG / PRNG) error (unexpected behavior).
| #define MCUXCLECC_STATUS_INVALID_SIGNATURE |
ECDSA Signature is invalid.
| #define MCUXCLECC_STATUS_NEUTRAL_POINT |
The result of the point operation is the neutral point.
| #define MCUXCLECC_STATUS_FAULT_ATTACK |
Fault attack (unexpected behavior) is detected.
| #define MCUXCLECC_STATUS_NOT_SUPPORTED |
Functionality is not supported.