-
- Downloads
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>
Showing
- drivers/crypto/Kconfig 17 additions, 0 deletionsdrivers/crypto/Kconfig
- drivers/crypto/Makefile 1 addition, 0 deletionsdrivers/crypto/Makefile
- drivers/crypto/sunxi-ss/Makefile 2 additions, 0 deletionsdrivers/crypto/sunxi-ss/Makefile
- drivers/crypto/sunxi-ss/sun4i-ss-cipher.c 542 additions, 0 deletionsdrivers/crypto/sunxi-ss/sun4i-ss-cipher.c
- drivers/crypto/sunxi-ss/sun4i-ss-core.c 403 additions, 0 deletionsdrivers/crypto/sunxi-ss/sun4i-ss-core.c
- drivers/crypto/sunxi-ss/sun4i-ss-hash.c 492 additions, 0 deletionsdrivers/crypto/sunxi-ss/sun4i-ss-hash.c
- drivers/crypto/sunxi-ss/sun4i-ss.h 199 additions, 0 deletionsdrivers/crypto/sunxi-ss/sun4i-ss.h
Loading
Please register or sign in to comment