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
rand32_handlers.c random: Fix feature dependency usage 2023-09-27 11:55:10 -05:00
rand32_timer.c
rand32_xoshiro128.c