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

AES-128 decrypt/encrypt

Type: bool

Help

This option enables support for AES-128 decrypt and encrypt.

Direct dependencies

TINYCRYPT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At ext/lib/crypto/tinycrypt/Kconfig:56

Included via Kconfig:8Kconfig.zephyr:43ext/Kconfig:10ext/lib/crypto/Kconfig:6

Menu path: (Top) → External Sources → Cryptography → TinyCrypt Support

config TINYCRYPT_AES
    bool "AES-128 decrypt/encrypt"
    depends on TINYCRYPT
    help
      This option enables support for AES-128 decrypt and encrypt.

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