commit | 2249cbb53ead12539c4ab7f422400e82263d174b | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Thu Jul 31 10:29:57 2014 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 25 20:32:28 2014 +0800 |
tree | ede26e6abda14de4966fde522c8e1fdd0f0e2bd2 | |
parent | 116177782392739f06868cfc2e6df5267aec4639 [diff] |
crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2 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>