zephyr/subsys/random
Flavio Ceolin f234260334 random: rand32_ctr_drbg: Handle error in initialize function
Initialize function has to fail when a call to get entropy fails.
TinyCrypt prng_init relies on a proper entropy data, so we need to
check if the driver return it properly.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-01-28 13:31:52 -08:00
..
CMakeLists.txt subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01:00
Kconfig subsys/random: Add cryptographically secure and bulk fill functions 2019-11-05 19:36:42 +01: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 subsys/random: fix unused value warning 2019-12-20 08:51:53 -05:00
rand32_timestamp.c subsys/random: fix unused value warning 2019-12-20 08:51:53 -05:00
rand32_xoroshiro128.c subsys/random: fix unused value warning 2019-12-20 08:51:53 -05:00