Constants for use with the mcuxClHash component. More...
#include <mcuxClConfig.h>Go to the source code of this file.
Macros | |
| #define | MCUXCLHASH_STATUS_OK |
| Hash operation successful. | |
| #define | MCUXCLHASH_STATUS_COMPARE_EQUAL |
| Hash operation and comparison of result successful. | |
| #define | MCUXCLHASH_COMPARE_EQUAL |
| #define | MCUXCLHASH_STATUS_FAILURE |
| Hash operation failed. | |
| #define | MCUXCLHASH_FAILURE |
| #define | MCUXCLHASH_STATUS_INVALID_PARAMS |
| Hash function called with invalid parameters. | |
| #define | MCUXCLHASH_STATUS_COMPARE_NOT_EQUAL |
| Hash operation succeeded, but comparison of result failed. | |
| #define | MCUXCLHASH_COMPARE_NOT_EQUAL |
| #define | MCUXCLHASH_STATUS_FULL |
| Hash operation failed because the total input size exceeds the upper limit. | |
| #define | MCUXCLHASH_STATUS_FAULT_ATTACK |
| Fault attack (unexpected behavior) detected. | |
| #define | MCUXCLHASH_STATUS_JOB_STARTED |
| There is ongoing job in coprocessor which will trigger user callback on exit. | |
| #define | MCUXCLHASH_STATUS_JOB_COMPLETED |
| Job started in coprocessor has completed successfully. | |
| #define | MCUXCLHASH_STATUS_JOB_COMPLETED_COMPARE_NOT_EQUAL |
| Job started in coprocessor has completed, but comparison of result failed. | |
| #define | MCUXCLHASH_STATUS_JOB_UNAVAILABLE |
| Job started in coprocessor is not available. | |
Constants for use with the mcuxClHash component.