Re: [PATCH] crypto/arm: fix big-endian bug in ghash

2015-03-24 Thread Herbert Xu
On Mon, Mar 23, 2015 at 09:33:09PM +0100, Ard Biesheuvel wrote: This fixes a bug in the new v8 Crypto Extensions GHASH code that only manifests itself in big-endian mode. Signed-off-by: Ard Biesheuvel ard.biesheu...@linaro.org Patch applied. Thanks! -- Email: Herbert Xu

[PATCH] crypto/arm: fix big-endian bug in ghash

2015-03-23 Thread Ard Biesheuvel
This fixes a bug in the new v8 Crypto Extensions GHASH code that only manifests itself in big-endian mode. Signed-off-by: Ard Biesheuvel ard.biesheu...@linaro.org --- arch/arm/crypto/ghash-ce-core.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git