commit | 6aa8b209f5ef3610d470c519ddd6e6b47e9f6248 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Jun 16 11:02:15 2014 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Jun 18 12:40:53 2014 +0100 |
tree | 8a9d694297be2e760b078adb24c0fda6dbdb36d1 | |
parent | 8907272849f923a807d33e71e73dfb343bfb34ab [diff] |
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 <ard.biesheuvel@linaro.org> Fixes: fdd2389457b2 ("arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions") Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>