MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClPadding_Constants.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2022-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
17
18#ifndef MCUXCLPADDING_CONSTANTS_H_
19#define MCUXCLPADDING_CONSTANTS_H_
20
21#include <stdint.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
33
34/**********************************************
35 * CONSTANTS
36 **********************************************/
37
41
42#define MCUXCLPADDING_STATUS_ERROR ((mcuxClPadding_Status_t) 0x0FF45330u)
43
45
46#ifdef __cplusplus
47} /* extern "C" */
48#endif
49
50#endif /* MCUXCLPADDING_CONSTANTS_H_ */