Re: [PATCH 0/2] crypto: faster GCM-AES for arm64

2019-10-04 Thread Herbert Xu
On Wed, Sep 11, 2019 at 12:18:58AM +0100, Ard Biesheuvel wrote: > This series reimplements gcm(aes) for arm64 systems that support the > AES and 64x64->128 PMULL/PMULL2 instructions. Patch #1 adds a test > case and patch #2 updates the driver. > > Ard Biesheuvel (2): > crypto: testmgr - add anot

[PATCH 0/2] crypto: faster GCM-AES for arm64

2019-09-10 Thread Ard Biesheuvel
This series reimplements gcm(aes) for arm64 systems that support the AES and 64x64->128 PMULL/PMULL2 instructions. Patch #1 adds a test case and patch #2 updates the driver. Ard Biesheuvel (2): crypto: testmgr - add another gcm(aes) testcase crypto: arm64/gcm-ce - implement 4 way interleave