CONFIG_CRYPTO_TINYCRYPT_SHIM

Enable TinyCrypt shim driver [EXPERIMENTAL]

Type: bool

Help

Enable TinyCrypt shim layer compliant with crypto APIs.

Direct dependencies

CRYPTO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/crypto/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:70

Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL]

config CRYPTO_TINYCRYPT_SHIM
    bool "Enable TinyCrypt shim driver [EXPERIMENTAL]"
    select TINYCRYPT
    select TINYCRYPT_AES
    select TINYCRYPT_AES_CBC
    select TINYCRYPT_AES_CTR
    select TINYCRYPT_AES_CCM
    select TINYCRYPT_AES_CMAC
    depends on CRYPTO
    help
      Enable TinyCrypt shim layer compliant with crypto APIs.

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