Skip to content

Commit

Permalink
crypto: sha256-mb - Crypto computation (x8 AVX2)
Browse files Browse the repository at this point in the history
This patch introduces the assembly routines to do SHA256 computation
on buffers belonging to several jobs at once.  The assembly routines
are optimized with AVX2 instructions that have 8 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>
  • Loading branch information
Megha Dey authored and Herbert Xu committed Jun 27, 2016
1 parent 98cf103 commit 9925324
Showing 1 changed file with 593 additions and 0 deletions.
Loading

0 comments on commit 9925324

Please sign in to comment.