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.

Defaults

  • y

  • y

  • y

Symbols that select this symbol

Kconfig definitions

At <nrfxlib>/nrf_security/Kconfig:650

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → 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:688

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → 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:697

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → 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.)