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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:13ext/lib/crypto/Kconfig:9

Menu path: (top menu) → External Sources → Cryptography

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

(Definitions include propagated dependencies, including from if’s and menus.)