MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClHash_Constants.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2020-2023, 2025 NXP */
3/* */
4/* NXP Confidential and Proprietary. This software is owned or controlled */
5/* by NXP and may only be used strictly in accordance with the applicable */
6/* license terms. By expressly accepting such terms or by downloading, */
7/* installing, activating and/or otherwise using the software, you are */
8/* agreeing that you have read, and that you agree to comply with and are */
9/* bound by, such license terms. If you do not agree to be bound by the */
10/* applicable license terms, then you may not retain, install, activate or */
11/* otherwise use the software. */
12/*--------------------------------------------------------------------------*/
13
16
17#ifndef MCUXCLHASH_CONSTANTS_H_
18#define MCUXCLHASH_CONSTANTS_H_
19
20#include <mcuxClConfig.h> // Exported features flags header
21
28
35#define MCUXCLHASH_STATUS_OK ((mcuxClHash_Status_t) 0x06662E03u)
36#define MCUXCLHASH_STATUS_COMPARE_EQUAL ((mcuxClHash_Status_t) 0x06662E07u)
37#define MCUXCLHASH_COMPARE_EQUAL MCUXCLHASH_STATUS_COMPARE_EQUAL
38#define MCUXCLHASH_STATUS_FAILURE ((mcuxClHash_Status_t) 0x06665330u)
39#define MCUXCLHASH_FAILURE MCUXCLHASH_STATUS_FAILURE
40#define MCUXCLHASH_STATUS_INVALID_PARAMS ((mcuxClHash_Status_t) 0x066653F8u)
41#define MCUXCLHASH_STATUS_COMPARE_NOT_EQUAL ((mcuxClHash_Status_t) 0x06668930u)
42#define MCUXCLHASH_COMPARE_NOT_EQUAL ((mcuxClHash_Status_t) 0x06668930u)
43#define MCUXCLHASH_STATUS_FULL ((mcuxClHash_Status_t) 0x0666538Eu)
44#define MCUXCLHASH_STATUS_FAULT_ATTACK ((mcuxClHash_Status_t) 0x0666F0F0u)
45#define MCUXCLHASH_STATUS_JOB_STARTED ((mcuxClHash_Status_t) 0x06662E47u)
46#define MCUXCLHASH_STATUS_JOB_COMPLETED ((mcuxClHash_Status_t) 0x06662E8Bu)
47#define MCUXCLHASH_STATUS_JOB_COMPLETED_COMPARE_NOT_EQUAL ((mcuxClHash_Status_t) 0x06668903u)
48#define MCUXCLHASH_STATUS_JOB_UNAVAILABLE ((mcuxClHash_Status_t) 0x066689BCu)
49
51
53
54#endif /* MCUXCLHASH_CONSTANTS_H_ */