crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2
authorTim Chen <tim.c.chen@linux.intel.com>
Thu, 31 Jul 2014 17:29:57 +0000 (10:29 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 25 Aug 2014 12:32:28 +0000 (20:32 +0800)
This patch introduces the routines used to submit and flush buffers
belonging to SHA1 crypto jobs to the SHA1 multibuffer algorithm.  It is
implemented mostly in assembly optimized with AVX2 instructions.

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

No differences found