CONFIG_CRYPTO_TINYCRYPT_SHIM_MAX_SESSION
Maximum of sessions TinyCrypt shim driver can handle
Type: int
Help
This can be used to tweak the amount of sessions the driver
can handle in parallel.
Direct dependencies
CRYPTO_TINYCRYPT_SHIM
&& CRYPTO
(Includes any dependencies from ifs and menus.)
Default
2
Kconfig definition
At <Zephyr>/drivers/crypto/Kconfig:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:72
Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → Enable TinyCrypt shim driver [EXPERIMENTAL]
config CRYPTO_TINYCRYPT_SHIM_MAX_SESSION
int "Maximum of sessions TinyCrypt shim driver can handle"
default 2
depends on CRYPTO_TINYCRYPT_SHIM && CRYPTO
help
This can be used to tweak the amount of sessions the driver
can handle in parallel.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)