-
CONFIG_MBEDTLS_CTR_DRBG_ENABLED
¶
Enable the CTR_DRBG AES-256-based random generator
Enable the CTR_DRBG AES-256-based random generator
Type: bool
Direct dependencies¶
(MBEDTLS_CIPHER_AES_ENABLED
&& MBEDTLS
&& MBEDTLS_BUILTIN
&& MBEDTLS_CFG_FILE
= “config-tls-generic.h” && MBEDTLS
) || (MBEDTLS_CIPHER_AES_ENABLED
&& MBEDTLS
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols that select this symbol¶
Kconfig definitions¶
At modules/Kconfig.tls-generic:272
Included via Kconfig:8
→ Kconfig.zephyr:10
→ modules/Kconfig:6
→ modules/Kconfig.mbedtls:42
Menu path: (Top) → Modules → mbedTLS Support → TLS configuration
config MBEDTLS_CTR_DRBG_ENABLED bool "Enable the CTR_DRBG AES-256-based random generator" default y depends onMBEDTLS_CIPHER_AES_ENABLED
&&MBEDTLS
&&MBEDTLS_BUILTIN
&&MBEDTLS_CFG_FILE
= "config-tls-generic.h" &&MBEDTLS
At modules/Kconfig.tls-generic:272
Included via Kconfig:8
→ Kconfig.zephyr:10
→ modules/Kconfig:6
Menu path: (Top) → Modules → TLS configuration
config MBEDTLS_CTR_DRBG_ENABLED bool "Enable the CTR_DRBG AES-256-based random generator" default y depends onMBEDTLS_CIPHER_AES_ENABLED
&&MBEDTLS
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)