MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClRandom_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
20#ifndef MCUXCLRANDOM_CONSTANTS_H_
21#define MCUXCLRANDOM_CONSTANTS_H_
22
23
24#include <mcuxClConfig.h> // Exported features flags header
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30/**********************************************************/
31/* Constants of mcuxClRandom */
32/**********************************************************/
43#define MCUXCLRANDOM_STATUS_ERROR 0x0BBB5330u
44#define MCUXCLRANDOM_STATUS_LOW_SECURITY_STRENGTH 0x0BBB5334u
45#define MCUXCLRANDOM_STATUS_INVALID_PARAM 0x0BBB53F8u
46#define MCUXCLRANDOM_STATUS_OK 0x0BBB2E03u
47#define MCUXCLRANDOM_STATUS_FAULT_ATTACK 0x0BBBF0F0u /* mcuxClRandom_Constants */
53
54#ifdef __cplusplus
55} /* extern "C" */
56#endif
57
58#endif /* MCUXCLRANDOM_TYPES_H_ */