]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX...
authorTim Chen <tim.c.chen@linux.intel.com>
Tue, 26 Mar 2013 21:00:02 +0000 (14:00 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Apr 2013 13:01:42 +0000 (21:01 +0800)
commited326ea459fe0223f84efcc8a8bebc8cf3c7515a
tree7e1491364f815e0a5115036ffb18a7a645d6f23b
parent28edaeb84e9dd0a2e705e223362a8c428d0bf031
crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions.

We added glue code and config options to create crypto
module that uses SSE/AVX/AVX2 optimized SHA512 x86_64 assembly routines.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/sha512_ssse3_glue.c [new file with mode: 0644]
crypto/Kconfig