:orphan: .. title:: CONFIG_OSDP_CRYPTO_DRV_NAME .. kconfig:: CONFIG_OSDP_CRYPTO_DRV_NAME CONFIG_OSDP_CRYPTO_DRV_NAME ########################### *Crypto driver to use with OSDP* Type: ``string`` Help ==== .. code-block:: none OSDP Secure Channel uses AES-128 to secure communication between CP and PD. Provide an available crypto driver name here. Direct dependencies =================== \ :kconfig:`OSDP_SC_ENABLED ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "CRYPTO_MTLS" Kconfig definition ================== At ``/mgmt/osdp/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → Enable OSDP Secure Channel .. code-block:: kconfig config OSDP_CRYPTO_DRV_NAME string "Crypto driver to use with OSDP" default "CRYPTO_MTLS" depends on OSDP_SC_ENABLED && OSDP help OSDP Secure Channel uses AES-128 to secure communication between CP and PD. Provide an available crypto driver name here. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*