zephyr/tests/bsim/bluetooth/host
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
..
adv samples: Bluetooth: broadcaster_multiple: Refactor for reuse 2024-10-27 20:26:35 +00:00
att tests/bsim/bluetooth/host: Increase EXECUTION_TIMEOUT where needed 2024-11-16 14:56:43 -05:00
central Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
gatt mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
id/settings Bluetooth: bsim: deduplicate compile scripts 2024-08-14 12:33:53 -04:00
iso tests/bsim/bluetooth/host: Increase EXECUTION_TIMEOUT where needed 2024-11-16 14:56:43 -05:00
l2cap Bluetooth: host: Remove useless alloc_buf_cb in test 2024-11-16 15:55:02 -05:00
misc tests/bsim/bluetooth/host: Increase EXECUTION_TIMEOUT where needed 2024-11-16 14:56:43 -05:00
privacy tests/bsim/bluetooth/host: Increase EXECUTION_TIMEOUT where needed 2024-11-16 14:56:43 -05:00
scan Bluetooth: Host: Add advertising events stress test 2024-09-17 17:45:50 +01:00
security Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
compile.sh Bluetooth: Host: Add advertising events stress test 2024-09-17 17:45:50 +01:00