zephyr/subsys/random
Gerard Marull-Paretas f5770991b6 random: rand32_entropy_device: get entropy device using DEVICE_DT_GET
THe entropy device can be ontained at compile time. Simplify some
logs/code as a result. Also adjusted "entropy_driver" name to
"entropy_dev", since it holds a "device", not a "driver".

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-11 15:27:05 -08:00
..
CMakeLists.txt
Kconfig
rand32_ctr_drbg.c random: rand32_ctr_drbg: obtain entropy device using DEVICE_DT_GET 2022-03-11 15:27:05 -08:00
rand32_entropy_device.c random: rand32_entropy_device: get entropy device using DEVICE_DT_GET 2022-03-11 15:27:05 -08:00
rand32_handlers.c random: Fix sys_csrand_get build condition 2021-10-07 14:02:40 -05:00
rand32_timer.c random: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
rand32_xoshiro128.c random: add xoshiro128++ PRNG source 2021-08-05 11:24:44 +02:00