From: Jussi Kivilinna Date: Sat, 13 Apr 2013 10:46:45 +0000 (+0300) Subject: crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604880107010a1e5794552d184cd5471ea31b973;p=pandora-kernel.git crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher Patch adds AVX2/x86-64 implementation of Blowfish cipher, requiring 32 parallel blocks for input (256 bytes). Table look-ups are performed using vpgatherdd instruction directly from vector registers and thus should be faster than earlier implementations. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed