:orphan: .. title:: CONFIG_CRYPTO_TINYCRYPT_SHIM .. kconfig:: CONFIG_CRYPTO_TINYCRYPT_SHIM CONFIG_CRYPTO_TINYCRYPT_SHIM ############################ *Enable TinyCrypt shim driver [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enable TinyCrypt shim layer compliant with crypto APIs. Direct dependencies =================== \ :kconfig:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`TINYCRYPT ` - \ :kconfig:`TINYCRYPT_AES ` - \ :kconfig:`TINYCRYPT_AES_CBC ` - \ :kconfig:`TINYCRYPT_AES_CTR ` - \ :kconfig:`TINYCRYPT_AES_CCM ` - \ :kconfig:`TINYCRYPT_AES_CMAC ` Kconfig definition ================== At ``/crypto/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:72`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] .. code-block:: kconfig 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.)*