Add a STM32 LL based driver for the RNG processor. The RNG processor is a random number generator, based on a continuous analog noise, that provides a random 32-bit value to the host when read. The RNG passed the FIPS PUB 140-2 (2001 October 10) tests with a success ratio of 99%. Signed-off-by: Erwin Rol <erwin@erwinrol.com> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Kconfig.mcux | ||
| Kconfig.stm32 | ||
| Makefile | ||
| rand32_timer.c | ||
| rand32_timestamp.c | ||
| random_mcux_rnga.c | ||
| random_mcux_trng.c | ||
| random_stm32_rng.c | ||