commit | bee5cfd9f6702fa93f183a289dda798042bde489 | [log] [tgz] |
---|---|---|
author | Megha Dey <megha.dey@linux.intel.com> | Mon Jun 27 10:20:08 2016 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 28 16:06:40 2016 +0800 |
tree | 1e08f7fec33a7de1f38461646aa87c5fd5fa96a0 | |
parent | 2cdacb68d70d3c2f0fc41108619d51bc256df10a [diff] |
crypto: sha512-mb - Crypto computation (x4 AVX2) This patch introduces the assembly routines to do SHA512 computation on buffers belonging to several jobs at once. The assembly routines are optimized with AVX2 instructions that have 4 data lanes and using AVX2 registers. Signed-off-by: Megha Dey <megha.dey@linux.intel.com> Reviewed-by: Fenghua Yu <fenghua.yu@intel.com> Reviewed-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>