:orphan: .. title:: CONFIG_OSDP_MASTER_KEY .. kconfig:: CONFIG_OSDP_MASTER_KEY CONFIG_OSDP_MASTER_KEY ###################### *Secure Channel Master Key* Type: ``string`` Help ==== .. code-block:: none Hexadecimal string representation of the the 16 byte OSDP Secure Channel master Key. This is a mandatory key when secure channel is enabled. Direct dependencies =================== \ :kconfig:`OSDP_SC_ENABLED ` && \ :kconfig:`OSDP_MODE_CP ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "NONE" Kconfig definition ================== At ``/mgmt/osdp/Kconfig.cp:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` → ``/mgmt/osdp/Kconfig:106`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_MASTER_KEY string "Secure Channel Master Key" default "NONE" depends on OSDP_SC_ENABLED && OSDP_MODE_CP && OSDP help Hexadecimal string representation of the the 16 byte OSDP Secure Channel master Key. This is a mandatory key when secure channel is enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*