In an effort to shave off code size, remove out-of-the-box enabling of crypto features (except SHA-256). Configurations are adjusted to enable what they need. Bonuses: - When enabled, AES now defaults to using a smaller version (`CONFIG_MBEDTLS_AES_ROM_TABLES` isn't default enabled anymore, and if enabled, `CONFIG_MBEDTLS_AES_FEWER_TABLES` defaults to y). - Conditions around Mbed TLS Kconfig options have been improved to reflect the reality of the dependencies. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| crypto_ataes132a_priv.h | ||
| crypto_ataes132a.c | ||
| crypto_intel_sha_priv.h | ||
| crypto_intel_sha_registers.h | ||
| crypto_intel_sha.c | ||
| crypto_it8xxx2_sha_v2.c | ||
| crypto_it8xxx2_sha.c | ||
| crypto_mchp_xec_symcr.c | ||
| crypto_mcux_dcp.c | ||
| crypto_mtls_shim.c | ||
| crypto_npcx_sha.c | ||
| crypto_nrf_ecb.c | ||
| crypto_smartbond.c | ||
| crypto_stm32_priv.h | ||
| crypto_stm32.c | ||
| crypto_tc_shim_priv.h | ||
| crypto_tc_shim.c | ||
| Kconfig | ||
| Kconfig.ataes132a | ||
| Kconfig.intel | ||
| Kconfig.it8xxx2 | ||
| Kconfig.mcux_dcp | ||
| Kconfig.npcx | ||
| Kconfig.nrf_ecb | ||
| Kconfig.smartbond | ||
| Kconfig.stm32 | ||
| Kconfig.xec | ||