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... | |
Constants for Entropy quality of the current DRBG instance.
| #define MCUXCLELS_STATUS_DRBGENTLVL_NONE |
This value of mcuxClEls_HwState_t.drbgentlvl means that the DRBG is not running.
| #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)
| #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)