-
CONFIG_AEAD_CONFIGURATION
¶
AEAD - Authenticated Encryption with Associated Data
Type: bool
Direct dependencies¶
(CC310_BACKEND
|| MBEDTLS_VANILLA_BACKEND
) && NORDIC_SECURITY_BACKEND
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if (
CC310_BACKEND
||MBEDTLS_VANILLA_BACKEND
) &&NORDIC_SECURITY_BACKEND
Kconfig definition¶
At ../nrfxlib/nrf_security/Kconfig:238
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
menuconfig AEAD_CONFIGURATION bool prompt "AEAD - Authenticated Encryption with Associated Data" if (CC310_BACKEND
||MBEDTLS_VANILLA_BACKEND
) &&NORDIC_SECURITY_BACKEND
default "y" if (CC310_BACKEND
||MBEDTLS_VANILLA_BACKEND
) &&NORDIC_SECURITY_BACKEND
depends on (CC310_BACKEND
||MBEDTLS_VANILLA_BACKEND
) &&NORDIC_SECURITY_BACKEND
(Definitions include propagated dependencies, including from if’s and menus.)