zephyr/subsys/random
Leandro Pereira fcc56e315f subsys: random: xoroshiro128: Use SYS_INIT hook to initialize properly
Not only removes a branch during normal operation, but also ensures
that, by initializing at the PRE_KERNEL_2 stage, and granting
privileges to all threads to the semaphore, this code will work in
early boot situations and in user mode.

This assumes that entropy drivers will all initialize during
PRE_KERNEL_1 stage.  All in-tree drivers do that.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-05-22 15:59:25 -07:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig subsys/random: Add Xoroshiro128+ PRNG 2017-11-01 08:26:29 -04:00
rand32_entropy_device.c subsys/random: Add _ASSERT() test on returned device_get_binding 2017-11-13 13:50:15 -08:00
rand32_timer.c
rand32_timestamp.c
rand32_xoroshiro128.c subsys: random: xoroshiro128: Use SYS_INIT hook to initialize properly 2018-05-22 15:59:25 -07:00