zephyr/drivers/random
Erwin Rol 2fc9dc61d4 drivers: stm32: random: Initial STM32 random number generator driver
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>
2017-07-07 07:27:39 -05:00
..
Kconfig drivers: stm32: random: Initial STM32 random number generator driver 2017-07-07 07:27:39 -05:00
Kconfig.mcux random: add MCUX TRNG driver 2017-03-02 14:13:27 +00:00
Kconfig.stm32 drivers: stm32: random: Initial STM32 random number generator driver 2017-07-07 07:27:39 -05:00
Makefile drivers: stm32: random: Initial STM32 random number generator driver 2017-07-07 07:27:39 -05:00
rand32_timer.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
rand32_timestamp.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
random_mcux_rnga.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
random_mcux_trng.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
random_stm32_rng.c drivers: stm32: random: Initial STM32 random number generator driver 2017-07-07 07:27:39 -05:00