The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_MBEDTLS_TEST

Compile internal self test functions

Type: bool

Help

Enable self test function for the crypto algorithms

Direct dependencies

MBEDTLS_BUILTIN && MBEDTLS

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At ext/lib/crypto/mbedtls/Kconfig:102

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

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

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

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