:orphan: .. title:: CRYPTO_TINYCRYPT_SHIM .. option:: CONFIG_CRYPTO_TINYCRYPT_SHIM *Enable TinyCrypt shim driver [EXPERIMENTAL]* Type: ``bool`` Help ==== Enable TinyCrypt shim layer compliant with crypto APIs. Direct dependencies =================== \ :option:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`TINYCRYPT ` - \ :option:`TINYCRYPT_AES ` - \ :option:`TINYCRYPT_AES_CBC ` - \ :option:`TINYCRYPT_AES_CTR ` - \ :option:`TINYCRYPT_AES_CCM ` - \ :option:`TINYCRYPT_AES_CMAC ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/crypto/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:70`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] .. parsed-literal:: config CRYPTO_TINYCRYPT_SHIM bool "Enable TinyCrypt shim driver [EXPERIMENTAL]" select \ :option:`TINYCRYPT ` select \ :option:`TINYCRYPT_AES ` select \ :option:`TINYCRYPT_AES_CBC ` select \ :option:`TINYCRYPT_AES_CTR ` select \ :option:`TINYCRYPT_AES_CCM ` select \ :option:`TINYCRYPT_AES_CMAC ` depends on \ :option:`CRYPTO ` help Enable TinyCrypt shim layer compliant with crypto APIs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*