crypto: amcc - Add crypt4xx driver
This patch adds support for AMCC ppc4xx security device driver. This is the initial release that includes the driver framework with AES and SHA1 algorithms support. The remaining algorithms will be released in the near future. Signed-off-by:James Hsiao <jhsiao@amcc.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- arch/powerpc/boot/dts/canyonlands.dts 7 additions, 0 deletionsarch/powerpc/boot/dts/canyonlands.dts
- arch/powerpc/boot/dts/kilauea.dts 7 additions, 0 deletionsarch/powerpc/boot/dts/kilauea.dts
- drivers/crypto/Kconfig 9 additions, 0 deletionsdrivers/crypto/Kconfig
- drivers/crypto/Makefile 1 addition, 0 deletionsdrivers/crypto/Makefile
- drivers/crypto/amcc/Makefile 2 additions, 0 deletionsdrivers/crypto/amcc/Makefile
- drivers/crypto/amcc/crypto4xx_alg.c 293 additions, 0 deletionsdrivers/crypto/amcc/crypto4xx_alg.c
- drivers/crypto/amcc/crypto4xx_core.c 1310 additions, 0 deletionsdrivers/crypto/amcc/crypto4xx_core.c
- drivers/crypto/amcc/crypto4xx_core.h 177 additions, 0 deletionsdrivers/crypto/amcc/crypto4xx_core.h
- drivers/crypto/amcc/crypto4xx_reg_def.h 284 additions, 0 deletionsdrivers/crypto/amcc/crypto4xx_reg_def.h
- drivers/crypto/amcc/crypto4xx_sa.c 108 additions, 0 deletionsdrivers/crypto/amcc/crypto4xx_sa.c
- drivers/crypto/amcc/crypto4xx_sa.h 243 additions, 0 deletionsdrivers/crypto/amcc/crypto4xx_sa.h
Loading
Please register or sign in to comment