MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClOsccaRandomModes_Constants.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2022-2023 NXP */
3/* */
4/* NXP Proprietary. 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 */
10/* license terms, then you may not retain, install, activate or otherwise */
11/* use the software. */
12/*--------------------------------------------------------------------------*/
13
19#ifndef MCUXCLOSCCARANDOMMODES_CONSTANTS_H_
20#define MCUXCLOSCCARANDOMMODES_CONSTANTS_H_
21
22#include <mcuxClConfig.h> // Exported features flags header
23#include <mcuxClRandom_Types.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29/**********************************************************/
30/* Types of mcuxClOsccaRandomModes */
31/**********************************************************/
38#ifdef MCUXCL_FEATURE_RANDOMMODES_OSCCA_TRNG
42extern const mcuxClRandom_ModeDescriptor_t mcuxClOsccaRandomModes_mdROTRNG_Trng;
43MCUX_CSSL_ANALYSIS_START_PATTERN_EXTERNAL_API_DECLARATIONS()
44static const mcuxClRandom_Mode_t mcuxClOsccaRandomModes_Mode_TRNG = &mcuxClOsccaRandomModes_mdROTRNG_Trng;
45MCUX_CSSL_ANALYSIS_STOP_PATTERN_EXTERNAL_API_DECLARATIONS()
46#endif /* MCUXCL_FEATURE_RANDOMMODES_OSCCA_TRNG */
47 /* mcuxClOsccaRandomModes_Types */
51
52#ifdef __cplusplus
53} /* extern "C" */
54#endif
55
56#endif /* MCUXCLOSCCARANDOMMODES_CONSTANTS_H_ */
Type definitions of mcuxClRandom component.
const mcuxClRandom_ModeDescriptor_t * mcuxClRandom_Mode_t
Random data generation mode/algorithm type.
Definition mcuxClRandom_Types.h:94
struct mcuxClRandom_ModeDescriptor mcuxClRandom_ModeDescriptor_t
Random data generation mode/algorithm descriptor type.
Definition mcuxClRandom_Types.h:87