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

AES-128 block cipher

Type: bool

Help

This option enables support for AES-128 block cipher mode.

Direct dependencies

TINYCRYPT_AES

(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:70

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

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

config TINYCRYPT_AES_CBC
    bool
    prompt "AES-128 block cipher" if TINYCRYPT_AES
    depends on TINYCRYPT_AES
    help
      This option enables support for AES-128 block cipher mode.

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