aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/gemini/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-06-11crypto: sl3516 - Add sl3516 crypto engineCorentin Labbe1-0/+2
The cortina/gemini SL3516 SoC has a crypto IP name either (crypto engine/crypto acceleration engine in the datasheet). It support many algorithms like [AES|DES|3DES][ECB|CBC], SHA1, MD5 and some HMAC. This patch adds the core files and support for ecb(aes) and the RNG. Acked-by: Linus Walleij <[email protected]> Signed-off-by: Corentin Labbe <[email protected]> Signed-off-by: Herbert Xu <[email protected]>