-
CONFIG_MBEDTLS_GCM_C
¶
AES-GCM - AES Galois/Counter Mode support
Type: bool
Help¶
Enable the GCM module. MBEDTLS_GCM_C setting in mbed TLS config file.
Direct dependencies¶
(VANILLA_MBEDTLS_AES_C
|| (MBEDTLS_VANILLA_BACKEND
&& MBEDTLS_AES_C
)) && AEAD_CONFIGURATION
&& NORDIC_SECURITY_BACKEND
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if (
VANILLA_MBEDTLS_AES_C
|| (MBEDTLS_VANILLA_BACKEND
&&MBEDTLS_AES_C
)) &&AEAD_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
Kconfig definition¶
At ../nrfxlib/nrf_security/Kconfig:286
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 → AEAD - Authenticated Encryption with Associated Data
config MBEDTLS_GCM_C bool prompt "AES-GCM - AES Galois/Counter Mode support" if (VANILLA_MBEDTLS_AES_C
|| (MBEDTLS_VANILLA_BACKEND
&&MBEDTLS_AES_C
)) &&AEAD_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
default "y" if (VANILLA_MBEDTLS_AES_C
|| (MBEDTLS_VANILLA_BACKEND
&&MBEDTLS_AES_C
)) &&AEAD_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
depends on (VANILLA_MBEDTLS_AES_C
|| (MBEDTLS_VANILLA_BACKEND
&&MBEDTLS_AES_C
)) &&AEAD_CONFIGURATION
&&NORDIC_SECURITY_BACKEND
help Enable the GCM module. MBEDTLS_GCM_C setting in mbed TLS config file.
(Definitions include propagated dependencies, including from if’s and menus.)