Return code definitions. More...
Macros | |
#define | MCUXCLHASH_STATUS_OK |
Hash operation successful. More... | |
#define | MCUXCLHASH_COMPARE_EQUAL |
Hash operation and comparison of result successful. More... | |
#define | MCUXCLHASH_FAILURE |
Hash operation failed. More... | |
#define | MCUXCLHASH_STATUS_INVALID_PARAMS |
Hash function called with invalid parameters. More... | |
#define | MCUXCLHASH_EXPORT_STATE_NOT_MULTIPLE_OF_BLOCK |
Export on state, for which a NON-multiple of the blocksize has been hashed. More... | |
#define | MCUXCLHASH_COMPARE_NOT_EQUAL |
Hash operation succeeded, but comparison of result failed. More... | |
#define | MCUXCLHASH_STATUS_FAULT_ATTACK |
Fault attack (unexpected behavior) detected. More... | |
Return code definitions.
#define MCUXCLHASH_STATUS_OK |
Hash operation successful.
#define MCUXCLHASH_COMPARE_EQUAL |
Hash operation and comparison of result successful.
#define MCUXCLHASH_FAILURE |
Hash operation failed.
#define MCUXCLHASH_STATUS_INVALID_PARAMS |
Hash function called with invalid parameters.
#define MCUXCLHASH_EXPORT_STATE_NOT_MULTIPLE_OF_BLOCK |
Export on state, for which a NON-multiple of the blocksize has been hashed.
#define MCUXCLHASH_COMPARE_NOT_EQUAL |
Hash operation succeeded, but comparison of result failed.
#define MCUXCLHASH_STATUS_FAULT_ATTACK |
Fault attack (unexpected behavior) detected.