:orphan: .. title:: CONFIG_TINYCRYPT_ECC_DH .. kconfig:: CONFIG_TINYCRYPT_ECC_DH CONFIG_TINYCRYPT_ECC_DH ####################### *ECC\_DH anonymous key agreement protocol* Type: ``bool`` Help ==== .. code-block:: none This option enables support for the Elliptic curve Diffie-Hellman anonymous key agreement protocol. Enabling ECC requires a cryptographically secure random number generator. Direct dependencies =================== \ :kconfig:`TINYCRYPT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_TINYCRYPT_ECC ` - \ :kconfig:`BT_MESH_PROV_OOB_PUBLIC_KEY ` Kconfig definition ================== At ``/Kconfig.tinycrypt:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:31`` Menu path: (Top) → Modules → TinyCrypt Support .. code-block:: kconfig config TINYCRYPT_ECC_DH bool "ECC_DH anonymous key agreement protocol" depends on TINYCRYPT help This option enables support for the Elliptic curve Diffie-Hellman anonymous key agreement protocol. Enabling ECC requires a cryptographically secure random number generator. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*