zephyr/subsys/random
Leandro Pereira 8b883a61a3 subsys/random: sys_rand32_get() implementation that uses entropy API
Instead of every hardware number generator driver providing an
implementation of this function, use the random device API to
centralize the implementation of this function.

This is a very simplistic function that can be seen as a stepping stone
to refactor the random number generation in Zephyr.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-11-01 08:26:29 -04:00
..
Kconfig subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
Makefile subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
rand32_entropy_device.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
rand32_timer.c subsys: Add random subsystem 2017-11-01 08:26:29 -04:00
rand32_timestamp.c subsys: Add random subsystem 2017-11-01 08:26:29 -04:00