From: Ard Biesheuvel Date: Mon, 16 Jun 2014 10:02:15 +0000 (+0100) Subject: arm64/crypto: fix data corruption bug in GHASH algorithm X-Git-Tag: omap-for-v3.16/fixes-rc4~85^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aa8b209f5ef3610d470c519ddd6e6b47e9f6248;p=pandora-kernel.git arm64/crypto: fix data corruption bug in GHASH algorithm This fixes a bug in the GHASH algorithm resulting in the calculated hash to be incorrect if the input is presented in chunks whose size is not a multiple of 16 bytes. Signed-off-by: Ard Biesheuvel Fixes: fdd2389457b2 ("arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions") Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed