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 NXP */
3/* */
4/* NXP Confidential. This software is owned or controlled by NXP and may */
5/* only be used strictly in accordance with the applicable license terms. */
6/* By expressly accepting such terms or by downloading, installing, */
7/* activating and/or otherwise using the software, you are agreeing that */
8/* you have read, and that you agree to comply with and are bound by, such */
9/* license terms. If you do not agree to be bound by the applicable license */
10/* terms, then you may not retain, install, activate or otherwise use the */
11/* software. */
12/*--------------------------------------------------------------------------*/
13
17#ifndef MCUXCLHASH_CONSTANTS_H_
18#define MCUXCLHASH_CONSTANTS_H_
19
20#include <mcuxClConfig.h> // Exported features flags header
21
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_EXPORT_STATE_NOT_MULTIPLE_OF_BLOCK ((mcuxClHash_Status_t) 0x06665338u)
42#define MCUXCLHASH_EXPORT_STATE_NOT_MULTIPLE_OF_BLOCK MCUXCLHASH_STATUS_EXPORT_STATE_NOT_MULTIPLE_OF_BLOCK
43#define MCUXCLHASH_STATUS_COMPARE_NOT_EQUAL ((mcuxClHash_Status_t) 0x06668930u)
44#define MCUXCLHASH_COMPARE_NOT_EQUAL ((mcuxClHash_Status_t) 0x06668930u)
45#define MCUXCLHASH_STATUS_FULL ((mcuxClHash_Status_t) 0x0666538Eu)
46#define MCUXCLHASH_STATUS_FAULT_ATTACK ((mcuxClHash_Status_t) 0x0666F0F0u)
47#define MCUXCLHASH_STATUS_JOB_STARTED ((mcuxClHash_Status_t) 0x06662E47u)
48#define MCUXCLHASH_STATUS_JOB_COMPLETED ((mcuxClHash_Status_t) 0x06662E8Bu)
49#define MCUXCLHASH_STATUS_JOB_UNAVAILABLE ((mcuxClHash_Status_t) 0x066689BCu)
54#endif /* MCUXCLHASH_CONSTANTS_H_ */