commit | a377c6b1876e7ac847a124998e828baf9d8c89c2 | [log] [tgz] |
---|---|---|
author | Megha Dey <megha.dey@intel.com> | Thu Jun 23 18:40:44 2016 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 27 16:57:44 2016 +0800 |
tree | 7a096cccdafe7c5aa6b743d7556814e1a644321e | |
parent | 9be7e24483998fa6a34c2b191c4798b8189f8f9e [diff] |
crypto: sha256-mb - submit/flush routines for AVX2 This patch introduces the routines used to submit and flush buffers belonging to SHA256 crypto jobs to the SHA256 multibuffer algorithm. It is implemented mostly in assembly optimized with AVX2 instructions. 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>