commit | 2fc9dc61d44773e4ea7b233a6a9982c39d00c698 | [log] [tgz] |
---|---|---|
author | Erwin Rol <erwin@erwinrol.com> | Fri Jun 30 23:48:22 2017 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Jul 07 07:27:39 2017 -0500 |
tree | 868515097a4ccb771144a77ed040b343dcc09abc | |
parent | 6ce9d8e88202642aad39d2d78eefc2ec62a39cd9 [diff] |
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>