From: Tim Chen Date: Thu, 31 Jul 2014 17:30:00 +0000 (-0700) Subject: crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2) X-Git-Tag: fixes-for-v3.18-merge-window~17^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d2513d5fe23aed53872f9303d9cb4b61b60d80;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed