-
CONFIG_MBEDTLS_CIPHER_MODE_CTR
¶
AES-CTR - AES Counter Block Cipher mode
Type: bool
Help¶
Enable the AES Counter Block Cipher mode (CTR) mode, MBEDTLS_CIPHER_MODE_CTR setting in mbed TLS config file.
Direct dependencies¶
MBEDTLS_AES_C
&& !NRF_CRYPTO_BACKEND_COMBINATION_0
&& AES_CONFIGURATION
&& NORDIC_SECURITY_BACKEND
(Includes any dependencies from if’s and menus.)
Defaults¶
Symbols selected by this symbol¶
Kconfig definition¶
At ../nrfxlib/nrf_security/Kconfig:122
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 block cipher, including ECB - Electronic Code Book mode
config MBEDTLS_CIPHER_MODE_CTR bool prompt "AES-CTR - AES Counter Block Cipher mode" ifMBEDTLS_AES_C
&& !NRF_CRYPTO_BACKEND_COMBINATION_0
&&AES_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
default "y" ifMBEDTLS_AES_C
&& !NRF_CRYPTO_BACKEND_COMBINATION_0
&&AES_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
selectMBEDTLS_CIPHER_AES_256_CTR_C
ifMBEDTLS_VANILLA_BACKEND
&&MBEDTLS_AES_C
&& !NRF_CRYPTO_BACKEND_COMBINATION_0
&&AES_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
depends onMBEDTLS_AES_C
&& !NRF_CRYPTO_BACKEND_COMBINATION_0
&&AES_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
help Enable the AES Counter Block Cipher mode (CTR) mode, MBEDTLS_CIPHER_MODE_CTR setting in mbed TLS config file.
(Definitions include propagated dependencies, including from if’s and menus.)