MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLCSS_STATUS_DRBGENTLVL_

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

Macros

#define MCUXCLCSS_STATUS_DRBGENTLVL_NONE
 This value of mcuxClCss_HwState_t.drbgentlvl means that the DRBG is not running. More...
 
#define MCUXCLCSS_STATUS_DRBGENTLVL_LOW
 This value of mcuxClCss_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 MCUXCLCSS_STATUS_DRBGENTLVL_HIGH
 This value of mcuxClCss_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

◆ MCUXCLCSS_STATUS_DRBGENTLVL_NONE

#define MCUXCLCSS_STATUS_DRBGENTLVL_NONE

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

◆ MCUXCLCSS_STATUS_DRBGENTLVL_LOW

#define MCUXCLCSS_STATUS_DRBGENTLVL_LOW

This value of mcuxClCss_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)

◆ MCUXCLCSS_STATUS_DRBGENTLVL_HIGH

#define MCUXCLCSS_STATUS_DRBGENTLVL_HIGH

This value of mcuxClCss_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)