MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLELS_STATUS_DRBGENTLVL_

Constants for Entropy quality of the current DRBG instance. More...

Macros

#define MCUXCLELS_STATUS_DRBGENTLVL_NONE
 This value of mcuxClEls_HwState_t.drbgentlvl means that the DRBG is not running. More...
 
#define MCUXCLELS_STATUS_DRBGENTLVL_LOW
 This value of mcuxClEls_HwState_t.drbgentlvl means that the DRBG can generate random numbers with a low security strength (sufficient for commands with a low DRBG security strength requirement, see the function description to check which level is required) More...
 
#define MCUXCLELS_STATUS_DRBGENTLVL_HIGH
 This value of mcuxClEls_HwState_t.drbgentlvl means that the DRBG can generate random numbers with 128 bits of security strength (sufficient for commands with a high DRBG security strength requirement, see the function description to check which level is required) More...
 

Detailed Description

Constants for Entropy quality of the current DRBG instance.

Macro Definition Documentation

◆ MCUXCLELS_STATUS_DRBGENTLVL_NONE

#define MCUXCLELS_STATUS_DRBGENTLVL_NONE

This value of mcuxClEls_HwState_t.drbgentlvl means that the DRBG is not running.

◆ MCUXCLELS_STATUS_DRBGENTLVL_LOW

#define MCUXCLELS_STATUS_DRBGENTLVL_LOW

This value of mcuxClEls_HwState_t.drbgentlvl means that the DRBG can generate random numbers with a low security strength (sufficient for commands with a low DRBG security strength requirement, see the function description to check which level is required)

◆ MCUXCLELS_STATUS_DRBGENTLVL_HIGH

#define MCUXCLELS_STATUS_DRBGENTLVL_HIGH

This value of mcuxClEls_HwState_t.drbgentlvl means that the DRBG can generate random numbers with 128 bits of security strength (sufficient for commands with a high DRBG security strength requirement, see the function description to check which level is required)