The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_TINYCRYPT_AES_CMAC

AES-128 CMAC mode

Type: bool

Help

This option enables support for AES-128 CMAC mode.

Direct dependencies

TINYCRYPT_AES && TINYCRYPT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At modules/Kconfig.tinycrypt:79

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:31

Menu path: (Top) → Modules → TinyCrypt Support → AES-128 decrypt/encrypt

config TINYCRYPT_AES_CMAC
    bool "AES-128 CMAC mode"
    depends on TINYCRYPT_AES && TINYCRYPT
    help
      This option enables support for AES-128 CMAC mode.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)