mbedtls/include
Valerio Setti 678e0fb3e5 psa: allow to use static key buffers instead of dynamic ones
This helps reducing heap memory usage and, if heap memory is
not used anywhere else in an embedded device, it also reduces
code footprint since there is no need for heap management code
in this case.

A new build symbol is added for this purpose, named
MBEDTLS_PSA_STATIC_KEY_SLOTS. It's disabled by default so that
normal usage of Mbed TLS library is not affected.

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2024-10-22 17:56:36 +02:00
..
mbedtls psa: allow to use static key buffers instead of dynamic ones 2024-10-22 17:56:36 +02:00
.gitignore
CMakeLists.txt Adapt libraries installation 2024-06-13 09:02:30 +02:00