All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: shash optimizations
@ 2023-10-09  7:32 Eric Biggers
  2023-10-09  7:32 ` [PATCH 1/2] crypto: shash - optimize the default digest and finup Eric Biggers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Biggers @ 2023-10-09  7:32 UTC (permalink / raw)
  To: linux-crypto

This series fixes some inefficiencies in crypto_shash_digest() and
crypto_shash_finup(), particularly in cases where the algorithm doesn't
implement ->digest or ->finup respectively.

Eric Biggers (2):
  crypto: shash - optimize the default digest and finup
  crypto: shash - fold shash_digest_unaligned() into
    crypto_shash_digest()

 crypto/shash.c | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)


base-commit: 8468516f9f93a41dc65158b6428a1a1039c68f20
-- 
2.42.0


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

end of thread, other threads:[~2023-10-20  5:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-09  7:32 [PATCH 0/2] crypto: shash optimizations Eric Biggers
2023-10-09  7:32 ` [PATCH 1/2] crypto: shash - optimize the default digest and finup Eric Biggers
2023-10-09  7:32 ` [PATCH 2/2] crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest() Eric Biggers
2023-10-20  5:51 ` [PATCH 0/2] crypto: shash optimizations Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.