]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: x86/sha - Restructure x86 sha1 glue code to expose all the available sha1...
authortim <tim.c.chen@linux.intel.com>
Wed, 16 Sep 2015 23:34:53 +0000 (16:34 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Sep 2015 14:01:11 +0000 (22:01 +0800)
commitb07db2ee6ab8c9e633134ddfb76095322983443e
tree96dfc61a3217f92caa3b567cf5c406c15c5c1c8c
parent3ff478db70afa4eead3dea8f614f387a25493cbc
crypto: x86/sha - Restructure x86 sha1 glue code to expose all the available sha1 transforms

Restructure the x86 sha1 glue code so we will expose sha1 transforms based
on SSSE3, AVX, AVX2 or SHA-NI extension as separate individual drivers
when cpu provides such support. This will make it easy for alternative
algorithms to be used if desired and makes the code cleaner and easier
to maintain.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/sha1_ssse3_glue.c