zephyr/subsys/random
Adithya Baglody 984ce023cc subsys: random: xoroshiro128: Use entropy get isr during init
Current implementation of the xoroshiro depends on the ISR being
triggered when the interrupts is locked. This patch proposes
implementing the init with entropy_get_isr. This implementation
can be called at PRE_KERNEL_2 stage, even when the interrupts
are locked.

Fixes: GH-8199

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-09-05 13:04:20 -04:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -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 entropy get isr during init 2018-09-05 13:04:20 -04:00