zephyr/tests/crypto/mbedtls
Valerio Setti dfae5ba7de mbedtls: fix entropy module enablement
- Do not set CONFIG_MBEDTLS_ZEPHYR_ENTROPY in
  tests/crypto/mbedtls because this can cause test failure on
  real devices in which test thread do not have access to
  drivers.
- make MBEDTLS_PSA_CRYPTO_RND_SOURCE depending on
  MBEDTLS_PSA_CRYPTO_C because it only makes sense when the
  latter is defined

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-05-15 14:55:16 +02:00
..
src tests: mbedtls: do not use TC_START for debugging 2023-04-05 10:27:28 +02:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf mbedtls: fix entropy module enablement 2024-05-15 14:55:16 +02:00
testcase.yaml tests/crypto/*: Switch from native_posix to native_sim 2023-11-27 16:06:42 +00:00