:orphan: .. title:: CRYPTO_MBEDTLS_SHIM_MAX_SESSION .. option:: CONFIG_CRYPTO_MBEDTLS_SHIM_MAX_SESSION *Maximum of sessions mbedTLS shim driver can handle* Type: ``int`` Help ==== .. code-block:: none This can be used to tweak the amount of sessions the driver can handle in parallel. Direct dependencies =================== \ :option:`CRYPTO_MBEDTLS_SHIM ` && \ :option:`CRYPTO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/crypto/Kconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:70`` Menu path: (Top) → Device Drivers → Crypto Drivers [EXPERIMENTAL] → Enable mbedTLS shim driver [EXPERIMENTAL] .. code-block:: kconfig config CRYPTO_MBEDTLS_SHIM_MAX_SESSION int "Maximum of sessions mbedTLS shim driver can handle" default 2 depends on CRYPTO_MBEDTLS_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.)*