From: Ard Biesheuvel Date: Tue, 10 Mar 2015 08:47:48 +0000 (+0100) Subject: crypto: arm - add support for GHASH using ARMv8 Crypto Extensions X-Git-Tag: omap-for-v4.2/o2_dc~130^2~95 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1e866b10676faf8b9092cb821a9ac8acf31dbd8;p=pandora-kernel.git crypto: arm - add support for GHASH using ARMv8 Crypto Extensions This implements the GHASH hash algorithm (as used by the GCM AEAD chaining mode) using the AArch32 version of the 64x64 to 128 bit polynomial multiplication instruction (vmull.p64) that is part of the ARMv8 Crypto Extensions. Signed-off-by: Ard Biesheuvel Signed-off-by: Herbert Xu --- Reading git-diff-tree failed