You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psa: use static key slot buffers to store key material
This commit is the relevant part of the PR 9448 that was merged
in mainline Mbed TLS in LTS branch "mbedtls-3.6". Changes
included in this commit will be automatically included in 3.6.3,
so by the time Zephyr's Mbed TLS fork repo is bumbed to that
official release, this commit MUST be discarded.
This commit introduces the possibility to use static key slot
buffers in the PSA core instead of dynamically allocating them
when needed. This helps reducing heap memory usage as well as
potentially removing heap management ROM code if heap is not
used anywhere else in the Zephyr application.
Signed-off-by: Valerio Setti <[email protected]>
0 commit comments