crypto: sunxi-ss - Add Allwinner Security System crypto accelerator
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Fri, 17 Jul 2015 14:39:41 +0000 (16:39 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 20 Jul 2015 07:54:08 +0000 (15:54 +0800)
commit6298e948215f2a3eb8a9af5c490d025deb66f179
tree96f35246a1201aa14c1a23b902e073dee7bfc96a
parente757d5c4c367e747ae15186b753788f9c2752753
crypto: sunxi-ss - Add Allwinner Security System crypto accelerator

Add support for the Security System included in Allwinner SoC A20.
The Security System is a hardware cryptographic accelerator that support:
- MD5 and SHA1 hash algorithms
- AES block cipher in CBC/ECB mode with 128/196/256bits keys.
- DES and 3DES block cipher in CBC/ECB mode

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/sunxi-ss/Makefile [new file with mode: 0644]
drivers/crypto/sunxi-ss/sun4i-ss-cipher.c [new file with mode: 0644]
drivers/crypto/sunxi-ss/sun4i-ss-core.c [new file with mode: 0644]
drivers/crypto/sunxi-ss/sun4i-ss-hash.c [new file with mode: 0644]
drivers/crypto/sunxi-ss/sun4i-ss.h [new file with mode: 0644]