-
CONFIG_CC3XX_MBEDTLS_CCM_C
¶
cc310 (Using AES-128)
cc312 (Using AES-128, AES-192, AES-256)
Type: bool
Help¶
Enable the Counter with CBC-MAC (CCM) mode for 128-bit block cipher
using AES-128. This also includes CCM* (star) mode
MBEDTLS_CCM_C setting in mbed TLS config file.
Help¶
Enable the Counter with CBC-MAC (CCM) mode for 128-bit block cipher
using AES-128, AES-192, AES-256. This also includes CCM* (star) mode
MBEDTLS_CCM_C setting in mbed TLS config file.
Direct dependencies¶
(CC3XX_BACKEND
&& MBEDTLS_CCM_C
&& MBEDTLS_CCM_C
&& NRF_SECURITY_ANY_BACKEND
&& NORDIC_SECURITY_BACKEND
) || (CC3XX_MBEDTLS_AES_C
&& CC310_BACKEND
&& NRF_SECURITY_MULTI_BACKEND
&& MBEDTLS_CCM_C
&& NRF_SECURITY_ANY_BACKEND
&& NORDIC_SECURITY_BACKEND
) || (CC3XX_MBEDTLS_AES_C
&& CC312_BACKEND
&& NRF_SECURITY_MULTI_BACKEND
&& MBEDTLS_CCM_C
&& NRF_SECURITY_ANY_BACKEND
&& NORDIC_SECURITY_BACKEND
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
Symbols that select this symbol¶
Kconfig definitions¶
At <nrfxlib>/nrf_security/Kconfig:681
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → AEAD - Authenticated Encryption with Associated Data → AES-CCM - AES Counter with CBC-MAC mode
config CC3XX_MBEDTLS_CCM_C
bool
default y
depends on CC3XX_BACKEND && MBEDTLS_CCM_C && MBEDTLS_CCM_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
At <nrfxlib>/nrf_security/Kconfig:719
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → AEAD - Authenticated Encryption with Associated Data → AES-CCM - AES Counter with CBC-MAC mode
config CC3XX_MBEDTLS_CCM_C
bool "cc310 (Using AES-128)"
default y
depends on CC3XX_MBEDTLS_AES_C && CC310_BACKEND && NRF_SECURITY_MULTI_BACKEND && MBEDTLS_CCM_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
help
Enable the Counter with CBC-MAC (CCM) mode for 128-bit block cipher
using AES-128. This also includes CCM* (star) mode
MBEDTLS_CCM_C setting in mbed TLS config file.
At <nrfxlib>/nrf_security/Kconfig:728
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → AEAD - Authenticated Encryption with Associated Data → AES-CCM - AES Counter with CBC-MAC mode
config CC3XX_MBEDTLS_CCM_C
bool "cc312 (Using AES-128, AES-192, AES-256)"
default y
depends on CC3XX_MBEDTLS_AES_C && CC312_BACKEND && NRF_SECURITY_MULTI_BACKEND && MBEDTLS_CCM_C && NRF_SECURITY_ANY_BACKEND && NORDIC_SECURITY_BACKEND
help
Enable the Counter with CBC-MAC (CCM) mode for 128-bit block cipher
using AES-128, AES-192, AES-256. This also includes CCM* (star) mode
MBEDTLS_CCM_C setting in mbed TLS config file.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)