commit | 4a07eab32f4b5f432ee9d212b8db1b8e4699e9db | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Fri Sep 18 07:23:13 2020 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 25 17:48:28 2020 +1000 |
tree | 1d2d87c695a2bf9b19fc1351f9ceb628f257bb74 | |
parent | 5eb7e946888493959b1c393144934afcbcd0cfc1 [diff] |
crypto: sun8i-ce - Add support for the TRNG This patch had support for the TRNG present in the CE. Note that according to the algorithm ID, 2 version of the TRNG exists, the first present in H3/H5/R40/A64 and the second present in H6. This patch adds support for both, but only the second is working reliabily according to rngtest. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>