zephyr/subsys/random
David Leach a282e93079 random: rand32_ctr_drbg: fix bug preventing initialization
Bug introduced that prevented the logic from initializing the
context structure. Without this initialization, the application
will crash on repeated request for ctr_drbg random data.

Fixes: #44092

Signed-off-by: David Leach <david.leach@nxp.com>
2022-03-23 07:42:34 -05:00
..
CMakeLists.txt
Kconfig everywhere: fix typos 2022-03-18 13:24:08 -04:00
rand32_ctr_drbg.c random: rand32_ctr_drbg: fix bug preventing initialization 2022-03-23 07:42:34 -05:00
rand32_entropy_device.c
rand32_handlers.c
rand32_timer.c
rand32_xoshiro128.c random: xoshiro128: reseed state on entropy fail 2022-03-23 13:38:47 +01:00