zephyr/tests/crypto
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
..
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: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
tinycrypt tests: crypto: tinycrypt: Fix premature Ztest end 2024-11-08 11:35:22 -06:00
tinycrypt_hmac_prng