zephyr/modules/mbedtls
Vladimir Graudt d40dbdf96f modules: mbedtls: use proper memory alignment on 64-bit platforms
This commit instructs mbedtls to use 64-bit alignment in its internal
memory allocation routines when targeting 64-bit platforms. By default
mbedtls uses 32-bit alignment regardless the platform, what may result
in misaligned memory accesses, possibly inducing access time overhead or
exceptions

Signed-off-by: Vladimir Graudt <vladimir.graudt@syntacore.com>
2023-09-13 12:02:06 +02:00
..
configs modules: mbedtls: use proper memory alignment on 64-bit platforms 2023-09-13 12:02:06 +02:00
include mbedtls: add CONFIG_MBEDTLS_INIT 2023-07-06 11:45:08 +02:00
CMakeLists.txt manifest: Upgrade to trusted-firmware-m 1.8.0 2023-08-10 08:11:59 +00:00
debug.c modules: mbedtls: support stripping newline from debug log messages 2022-08-17 12:03:52 +02:00
Kconfig mbedtls: add CONFIG_MBEDTLS_INIT 2023-07-06 11:45:08 +02:00
Kconfig.tls-generic modules: mbedtls: Add Kconfig option to enable DTLS Connection ID 2023-08-30 11:36:51 +02:00
shell.c modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
zephyr_init.c mbedtls: fix _mbedtls_init() invocation 2023-07-06 07:10:23 -04:00