mbedtls/tf-psa-crypto/drivers
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
..
builtin psa: allow to use static key buffers instead of dynamic ones 2024-10-22 17:56:36 +02:00
everest cmake: tf-psa-crypto: Replace some Mbed TLS options/variables by TF-PSA-Crypto ones 2024-10-01 15:32:01 +02:00
p256-m cmake: tf-psa-crypto: Replace some Mbed TLS options/variables by TF-PSA-Crypto ones 2024-10-01 15:32:01 +02:00
CMakeLists.txt CMake: Move build of legacy crypto modules to tf-psa-crypto 2024-10-01 15:32:01 +02:00