:orphan: .. title:: MBEDTLS_AES_ROM_TABLES .. option:: CONFIG_MBEDTLS_AES_ROM_TABLES *Use precomputed AES tables stored in ROM.* Type: ``bool`` Direct dependencies =================== \ :option:`MBEDTLS_CIPHER_AES_ENABLED ` && \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`MBEDTLS_CIPHER_AES_ENABLED ` && \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` Kconfig definition ================== .. highlight:: kconfig At ``ext/lib/crypto/mbedtls/Kconfig.tls-generic:178`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:41`` → ``ext/Kconfig:13`` → ``ext/lib/crypto/Kconfig:10`` → ``ext/lib/crypto/mbedtls/Kconfig:56`` Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → TLS configuration → Ciphersuite configuration → Enable the AES block cipher .. parsed-literal:: config MBEDTLS_AES_ROM_TABLES bool prompt "Use precomputed AES tables stored in ROM." if \ :option:`MBEDTLS_CIPHER_AES_ENABLED ` && \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` default "y" if \ :option:`MBEDTLS_CIPHER_AES_ENABLED ` && \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` depends on \ :option:`MBEDTLS_CIPHER_AES_ENABLED ` && \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` *(Definitions include propagated dependencies, including from if's and menus.)*