From: Jussi Kivilinna Date: Sat, 13 Apr 2013 10:46:55 +0000 (+0300) Subject: crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d76c96a9f3e39ab733c5643b3ce5a1d4be242a;p=pandora-kernel.git crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher Patch adds AVX2/x86-64 implementation of Serpent cipher, requiring 16 parallel blocks for input (256 bytes). Implementation is based on the AVX implementation and extends to use the 256-bit wide YMM registers. Since serpent does not use table look-ups, this implementation should be close to two times faster than the AVX implementation. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed