zephyr/tests
Valerio Setti 95aaa97dc3 mbedtls: add Kconfig to select the number of key slot in PSA Crypto core
Adding new CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT to select the number
of key slots in PSA Crypto core. The default value is 16. Be aware
that key slots consume RAM memory even if unused, so the proper value
should be a compromise between the number of slots required by
the application and the available RAM in the system.

This commit also:
- updates tests/crypto/secp256r1/mbedtls.conf to showcase how to
  use this new symbol to reduce RAM footprint.
- tests/bsim/bluetooth/mesh/overlay_psa.conf to support all the
  keys used in the test.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-26 00:12:56 +01:00
..
application_development boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
arch arch: deprecate _current 2024-11-23 20:12:24 -05:00
benchmarks arch: deprecate _current 2024-11-23 20:12:24 -05:00
bluetooth tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
boards tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
boot python: Format and sort imports 2024-11-25 10:07:13 +01:00
bsim mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
cmake tests: add twister tests for CMake board and SoC extension 2024-10-26 17:14:06 +02:00
crypto mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
drivers tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
integration/kernel
kconfig
kernel tests: workqueue: avoid filters 2024-11-25 21:51:36 +01:00
lib manifest: update cmsis-dsp to v1.16.2 2024-11-25 14:42:07 +01:00
misc python: Format and sort imports 2024-11-25 10:07:13 +01:00
modules tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
net python: Format and sort imports 2024-11-25 10:07:13 +01:00
posix posix: add pthread specific data deallocation test 2024-11-25 08:31:08 +01:00
robot
subsys tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
unit tests: unit: crc: use zassert_equal for cleaner assertions 2024-10-09 09:48:00 +02:00
ztest arch: deprecate _current 2024-11-23 20:12:24 -05:00
test_config.yaml