There was an error fetching the commit references. Please try again later.
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>
Showing
- drivers/crypto/allwinner/Kconfig 8 additions, 0 deletionsdrivers/crypto/allwinner/Kconfig
- drivers/crypto/allwinner/sun8i-ce/Makefile 1 addition, 0 deletionsdrivers/crypto/allwinner/sun8i-ce/Makefile
- drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c 18 additions, 0 deletionsdrivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
- drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c 127 additions, 0 deletionsdrivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c
- drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h 18 additions, 0 deletionsdrivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
Please register or sign in to comment