From: Eric Biggers <ebiggers@kernel.org>
To: linux-crypto@vger.kernel.org
Subject: [PATCH 0/4] crypto: adiantum optimizations
Date: Mon, 9 Oct 2023 22:59:42 -0700 [thread overview]
Message-ID: <20231010055946.263981-1-ebiggers@kernel.org> (raw)
This series slightly improves the performance of adiantum encryption and
decryption on single-page messages.
Eric Biggers (4):
crypto: adiantum - add fast path for single-page messages
crypto: arm/nhpoly1305 - implement ->digest
crypto: arm64/nhpoly1305 - implement ->digest
crypto: x86/nhpoly1305 - implement ->digest
arch/arm/crypto/nhpoly1305-neon-glue.c | 9 ++++
arch/arm64/crypto/nhpoly1305-neon-glue.c | 9 ++++
arch/x86/crypto/nhpoly1305-avx2-glue.c | 9 ++++
arch/x86/crypto/nhpoly1305-sse2-glue.c | 9 ++++
crypto/adiantum.c | 65 +++++++++++++++++-------
5 files changed, 83 insertions(+), 18 deletions(-)
base-commit: 8468516f9f93a41dc65158b6428a1a1039c68f20
--
2.42.0
next reply other threads:[~2023-10-10 6:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-10 5:59 Eric Biggers [this message]
2023-10-10 5:59 ` [PATCH 1/4] crypto: adiantum - add fast path for single-page messages Eric Biggers
2023-10-10 5:59 ` [PATCH 2/4] crypto: arm/nhpoly1305 - implement ->digest Eric Biggers
2023-10-10 5:59 ` [PATCH 3/4] crypto: arm64/nhpoly1305 " Eric Biggers
2023-10-10 5:59 ` [PATCH 4/4] crypto: x86/nhpoly1305 " Eric Biggers
2023-10-20 5:52 ` [PATCH 0/4] crypto: adiantum optimizations Herbert Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231010055946.263981-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=linux-crypto@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).