-
CONFIG_CC310_MBEDTLS_CIPHER_MODE_CTR
¶
cc310 (AES-128)
Type: bool
Direct dependencies¶
CC310_MBEDTLS_AES_C
&& (VANILLA_MBEDTLS_AES_C
|| CC310_MBEDTLS_AES_C
) && AES_CONFIGURATION
&& NORDIC_SECURITY_BACKEND
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
CC310_MBEDTLS_AES_C
&& (VANILLA_MBEDTLS_AES_C
||CC310_MBEDTLS_AES_C
) &&AES_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
Kconfig definition¶
At ../nrfxlib/nrf_security/Kconfig:174
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:7
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrfxlib/Kconfig.nrfxlib:13
Menu path: (top menu) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → AES - Advanced Encryption Standard → AES-CTR - AES Counter Block Cipher mode
config CC310_MBEDTLS_CIPHER_MODE_CTR bool prompt "cc310 (AES-128)" ifCC310_MBEDTLS_AES_C
&& (VANILLA_MBEDTLS_AES_C
||CC310_MBEDTLS_AES_C
) &&AES_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
default "y" ifCC310_MBEDTLS_AES_C
&& (VANILLA_MBEDTLS_AES_C
||CC310_MBEDTLS_AES_C
) &&AES_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
depends onCC310_MBEDTLS_AES_C
&& (VANILLA_MBEDTLS_AES_C
||CC310_MBEDTLS_AES_C
) &&AES_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
(Definitions include propagated dependencies, including from if’s and menus.)