zephyr/tests/crypto
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
..
crypto_hash tests/crypto: Don't test on native_posix 2024-09-25 04:04:36 -04:00
mbedtls samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
mbedtls_psa mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
secp256r1 mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
tinycrypt tests: crypto: tinycrypt: Fix premature Ztest end 2024-11-08 11:35:22 -06:00
tinycrypt_hmac_prng tests/crypto/*: Switch from native_posix to native_sim 2023-11-27 16:06:42 +00:00