CONFIG_TINYCRYPT_ECC_DH

ECC_DH anonymous key agreement protocol

Type: bool

Help

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

TINYCRYPT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At ext/lib/crypto/tinycrypt/Kconfig:42

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:13ext/lib/crypto/Kconfig:9

Menu path: (top menu) → External Sources → Cryptography

config TINYCRYPT_ECC_DH
    bool
    prompt "ECC_DH anonymous key agreement protocol" if TINYCRYPT
    select ENTROPY_GENERATOR if TINYCRYPT
    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.

(Definitions include propagated dependencies, including from if’s and menus.)