sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.
authorDavid S. Miller <davem@davemloft.net>
Mon, 20 Aug 2012 00:37:56 +0000 (17:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Aug 2012 22:08:50 +0000 (15:08 -0700)
commit775e0c69987a76d08900edbca857425f952c60fb
treec9a15d3e03685fb4c9eea416b1e55a29f5266308
parent86c93b24ef49d64062045c4e3cc2ed4609f6842a
sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/sparc/crypto/Makefile
arch/sparc/crypto/sha512_asm.S [new file with mode: 0644]
arch/sparc/crypto/sha512_glue.c [new file with mode: 0644]
crypto/Kconfig