zephyr/subsys/random
Flavio Ceolin 5d505c7b28 random: Fix feature dependency usage
Code using sys_csrand_get should depend on CONFIG_CSPRNG_ENABLED symbol
and not in ENTROPY_HAS_DRIVER since they are not using the entropy
device directly.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-09-27 11:55:10 -05:00
..
CMakeLists.txt random: Remove deprecated Kconfig symbol 2023-09-27 11:55:10 -05:00
Kconfig random: Fix kconfig symbol name 2023-09-27 11:55:10 -05:00
rand32_ctr_drbg.c random: ctr_drbg: Thread safe in SMP 2023-09-27 11:55:10 -05:00
rand32_entropy_device.c random: initialize devices at compile time 2022-08-19 11:51:26 +02:00
rand32_handlers.c random: Fix feature dependency usage 2023-09-27 11:55:10 -05:00
rand32_timer.c rand32_timer: make it more random-like for tests to pass 2023-01-27 17:38:26 +09:00
rand32_xoshiro128.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00