zephyr/subsys/random
Gerard Marull-Paretas f44b3dc4df random: rand32_ctr_drbg: obtain entropy device using DEVICE_DT_GET
The entropy device can be obtained at compile time. Adjusted the
assertion message slightly, as it no longer uses the entropy macro
label. Also adjusted the entropy_driver variable to entropy_dev, since
it does not hold a "driver" but a "device".

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-11 15:27:05 -08:00
..
CMakeLists.txt random: deprecate XOROSHIRO_RANDOM_GENERATOR 2021-08-05 11:24:44 +02:00
Kconfig random: deprecate XOROSHIRO_RANDOM_GENERATOR 2021-08-05 11:24:44 +02:00
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 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02: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