The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_MBEDTLS_TEST

Compile internal self test functions

Compile internal self test functions

Type: bool

Help

Enable self test function for the crypto algorithms

Help

Enable self test function for the crypto algorithms

Direct dependencies

(MBEDTLS_BUILTIN && MBEDTLS) || (MBEDTLS_BUILTIN && MBEDTLS && 0)

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At modules/mbedtls/Kconfig:115

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:8

Menu path: (Top) → Modules → mbedtls (/home/nashif/zephyrproject/modules/crypto/mbedtls) → mbed TLS Support

config MBEDTLS_TEST
    bool "Compile internal self test functions"
    depends on MBEDTLS_BUILTIN && MBEDTLS
    help
      Enable self test function for the crypto algorithms

At modules/mbedtls/Kconfig:115

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:66

Menu path: (Top) → Modules → mbed TLS Support

config MBEDTLS_TEST
    bool "Compile internal self test functions"
    depends on MBEDTLS_BUILTIN && MBEDTLS && 0
    help
      Enable self test function for the crypto algorithms

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)