zephyr/subsys/random
Andrew Boie 81cfb08f52 random: remove rand32_timestamp.c
This is a copy of rand32_timer.c that uses
z_do_read_cpu_timestamp32() instead of k_cycle_get_32(),
with some logic to ensure different values when called in
rapid succession missing.

Like the other driver, its reported values are not random,
it's a testing generator only.

This appears to have no advantages over rand32_timer.c,
just remove it. In QEMU emulation, the reported TSC values
tend to have the lowest five bits zeroed.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-03-10 10:40:13 -04:00
..
CMakeLists.txt random: remove rand32_timestamp.c 2020-03-10 10:40:13 -04:00
Kconfig random: remove rand32_timestamp.c 2020-03-10 10:40:13 -04:00
rand32_ctr_drbg.c random: rand32_ctr_drbg: Handle error in initialize function 2020-01-28 13:31:52 -08:00
rand32_entropy_device.c random: entropy: Return error in csrand 2020-01-28 13:31:52 -08:00
rand32_timer.c
rand32_xoroshiro128.c