linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: faster GCM-AES for arm64
@ 2019-09-10 23:18 Ard Biesheuvel
  2019-09-10 23:18 ` [PATCH 1/2] crypto: testmgr - add another gcm(aes) testcase Ard Biesheuvel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2019-09-10 23:18 UTC (permalink / raw)
  To: linux-crypto
  Cc: linux-arm-kernel, herbert, ebiggers, marc.zyngier, 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

 arch/arm64/crypto/ghash-ce-core.S | 501 ++++++++++++++------
 arch/arm64/crypto/ghash-ce-glue.c | 293 +++++-------
 crypto/testmgr.h                  | 192 ++++++++
 3 files changed, 659 insertions(+), 327 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-04 15:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10 23:18 [PATCH 0/2] crypto: faster GCM-AES for arm64 Ard Biesheuvel
2019-09-10 23:18 ` [PATCH 1/2] crypto: testmgr - add another gcm(aes) testcase Ard Biesheuvel
2019-09-10 23:19 ` [PATCH 2/2] crypto: arm64/gcm-ce - implement 4 way interleave Ard Biesheuvel
2019-10-04 15:28 ` [PATCH 0/2] crypto: faster GCM-AES for arm64 Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).