summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ss/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: sun8i-ss - support hash algorithmsCorentin Labbe2020-09-251-0/+1
| | | | | | | | The SS support multiples hash algorithms, this patch adds support for MD5, SHA1, SHA224 and SHA256. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: sun8i-ss - Add support for the PRNGCorentin Labbe2020-09-251-0/+1
| | | | | | | | This patch had support for the PRNG present in the SS. The output was tested with rngtest without any failure. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: allwinner - Add sun8i-ss cryptographic offloaderCorentin Labbe2019-11-011-0/+2
The Security System is an hardware cryptographic offloader present on Allwinner SoCs A80 and A83T. It is different from the previous sun4i-ss. This driver supports AES cipher in CBC and ECB mode. Acked-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>