Re: [PATCH v2 0/3] crypto: arm and cryptd fixes

2016-09-07 Thread Herbert Xu
On Thu, Sep 01, 2016 at 02:25:40PM +0100, Ard Biesheuvel wrote: > Patch #1 fixes a trivial code generation issue on ARM. > > Patch #2 and #3 fix the broken GHASH on ARM using the v8 Crypto Extensions > pmull.64 instructions. The problem seems to be that it is allowed to call > .import() without .i

[PATCH v2 0/3] crypto: arm and cryptd fixes

2016-09-01 Thread Ard Biesheuvel
Patch #1 fixes a trivial code generation issue on ARM. Patch #2 and #3 fix the broken GHASH on ARM using the v8 Crypto Extensions pmull.64 instructions. The problem seems to be that it is allowed to call .import() without .init() (at least, that is what the test cases do), but this means that the