zephyr/subsys/random
Valerio Setti 3d45ee7cb7 random: remove TinyCrypt usage
Following the deprecation of TinyCrypt (#79566) we remove
TinyCrypt usage in random generators. This basically only affects
the CTR-DRBG random generator which from now only will only make
use of Mbed TLS.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-05 13:44:20 -06:00
..
CMakeLists.txt random: sys_csrand_get backend for TEST_RANDOM_GENERATOR 2024-10-16 10:00:47 +02:00
Kconfig random: remove TinyCrypt usage 2024-11-05 13:44:20 -06:00
random_ctr_drbg.c random: remove TinyCrypt usage 2024-11-05 13:44:20 -06:00
random_entropy_device.c
random_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
random_test_csprng.c random: sys_csrand_get backend for TEST_RANDOM_GENERATOR 2024-10-16 10:00:47 +02:00
random_timer.c random: timer: Comply with MISRA Rule 14.4 2024-06-17 17:46:16 -04:00
random_xoshiro128.c