From: Tim Chen Date: Wed, 11 Dec 2013 22:28:41 +0000 (-0800) Subject: crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode X-Git-Tag: v3.14-rc1~117^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d764593af924930d5c15685bc5946cb943da1a55;p=pandora-kernel.git crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode We have added AVX and AVX2 routines that optimize AESNI-GCM encode/decode. These routines are optimized for encrypt and decrypt of large buffers. In tests we have seen up to 6% speedup for 1K, 11% speedup for 2K and 18% speedup for 8K buffer over the existing SSE version. These routines should provide even better speedup for future Intel x86_64 cpus. Signed-off-by: Tim Chen Signed-off-by: Herbert Xu --- Reading git-diff-tree failed