zephyr/tests/bsim/bluetooth
Valerio Setti 08bd9c72bd mbedtls: use CSPRNG whenever possible as PSA random source
The main problem of MBEDTLS_PSA_CRYPTO_LEGACY_RNG is that it
brings in some legacy modules (entropy + ctr_drbg/hmac_drbg)
which means extra ROM/RAM footprint.
MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG instead simply calls to the
CSPRNG which makes it definitely smaller.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-20 15:59:40 -05:00
..
audio tests: Bluetooth: Audio: Increase RX buf count for bsim 2024-11-19 09:52:28 -05:00
audio_samples tests/bsim/bluetooth/audio: Increase EXECUTION_TIMEOUT where needed 2024-11-16 14:56:43 -05:00
hci_uart bsim: add tests for BT_USE_PSA_API 2024-06-14 15:41:34 +02:00
host mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
ll mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
mesh Bluetooth: Mesh: Introduce separate workq for ADV EXT 2024-11-05 15:24:31 -06:00
samples bluetooth: BAS: add battery critical status char to bas service 2024-10-22 14:06:35 +02:00
compile.nrf54l15bsim_nrf54l15_cpuapp.sh tests: bsim: Bluetooth: central_hr_peripheral_hr for nrf54l15bsim 2024-08-30 11:47:15 -04:00
compile.nrf5340bsim_nrf5340_cpuapp.sh tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03:00
compile.nrf5340bsim_nrf5340_cpunet.sh tests/bsim sh scripts: Reduce boilerplate 2024-03-25 16:17:13 +01:00
compile.sh tests: bsim: Bluetooth: central_hr peripheral_hr coverage 2024-04-23 21:29:10 +00:00
tests.nrf52bsim.txt
tests.nrf54l15bsim_nrf54l15_cpuapp.txt tests: bsim: Bluetooth: central_hr_peripheral_hr for nrf54l15bsim 2024-08-30 11:47:15 -04:00
tests.nrf5340bsim_nrf5340_cpuapp.txt tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03:00
tests.nrf5340bsim_nrf5340_cpunet.txt