MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClHash_Constants.h File Reference

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. More...
 
#define MCUXCLHASH_STATUS_COMPARE_EQUAL
 Hash operation and comparison of result successful. More...
 
#define MCUXCLHASH_COMPARE_EQUAL
 
#define MCUXCLHASH_STATUS_FAILURE
 Hash operation failed. More...
 
#define MCUXCLHASH_FAILURE
 
#define MCUXCLHASH_STATUS_INVALID_PARAMS
 Hash function called with invalid parameters. More...
 
#define MCUXCLHASH_STATUS_EXPORT_STATE_NOT_MULTIPLE_OF_BLOCK
 Export on state, for which a NON-multiple of the blocksize has been hashed. More...
 
#define MCUXCLHASH_EXPORT_STATE_NOT_MULTIPLE_OF_BLOCK
 
#define MCUXCLHASH_STATUS_COMPARE_NOT_EQUAL
 Hash operation succeeded, but comparison of result failed. More...
 
#define MCUXCLHASH_COMPARE_NOT_EQUAL
 
#define MCUXCLHASH_STATUS_FULL
 Hash operation failed because the total input size exceeds the upper limit. More...
 
#define MCUXCLHASH_STATUS_FAULT_ATTACK
 Fault attack (unexpected behavior) detected. More...
 

Detailed Description

Constants for use with the mcuxClHash component.