From: Ard Biesheuvel Date: Mon, 16 Jun 2014 10:02:16 +0000 (+0100) Subject: arm64/crypto: improve performance of GHASH algorithm X-Git-Tag: omap-for-v3.16/fixes-rc4~85^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b913a6404ce2b7d10a735834218d3c1e1bceff2a;p=pandora-kernel.git arm64/crypto: improve performance of GHASH algorithm This patches modifies the GHASH secure hash implementation to switch to a faster, polynomial multiplication based reduction instead of one that uses shifts and rotates. Signed-off-by: Ard Biesheuvel Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed