Skip to content

Commit

Permalink
sparc64: Add AES driver making use of the new aes opcodes.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
David S. Miller committed Aug 22, 2012
1 parent fa4dfed commit 9bf4852
Show file tree
Hide file tree
Showing 4 changed files with 1,191 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/sparc/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ obj-$(CONFIG_CRYPTO_SHA256_SPARC64) += sha256-sparc64.o
obj-$(CONFIG_CRYPTO_SHA512_SPARC64) += sha512-sparc64.o
obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o

obj-$(CONFIG_CRYPTO_AES_SPARC64) += aes-sparc64.o

sha1-sparc64-y := sha1_asm.o sha1_glue.o
sha256-sparc64-y := sha256_asm.o sha256_glue.o
sha512-sparc64-y := sha512_asm.o sha512_glue.o
md5-sparc64-y := md5_asm.o md5_glue.o

aes-sparc64-y := aes_asm.o aes_glue.o
Loading

0 comments on commit 9bf4852

Please sign in to comment.