commit | 12d2513d5fe23aed53872f9303d9cb4b61b60d80 | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Thu Jul 31 10:30:00 2014 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 25 20:32:29 2014 +0800 |
tree | 8e4a8914157878e4b4ae236ad03967dc5aae5b07 | |
parent | 2249cbb53ead12539c4ab7f422400e82263d174b [diff] |
crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2) This patch introduces the assembly routines to do SHA1 computation on buffers belonging to serveral jobs at once. The assembly routines are optimized with AVX2 instructions that have 8 data lanes and using AVX2 registers. Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>