Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: Add SG support to deflate
@ 2025-03-19  6:04 Herbert Xu
  2025-03-19  6:04 ` [PATCH 1/3] crypto: acomp - Move scomp stream allocation code into acomp Herbert Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Herbert Xu @ 2025-03-19  6:04 UTC (permalink / raw)
  To: Linux Crypto Mailing List; +Cc: Ard Biesheuvel

This patch-series adds SG support to deflate so that IPsec can
avoid linearising the data.

Herbert Xu (3):
  crypto: acomp - Move scomp stream allocation code into acomp
  crypto: acomp - Add acomp_walk
  crypto: deflate - Convert to acomp

 crypto/acompress.c                  | 228 ++++++++++++++++
 crypto/deflate.c                    | 405 ++++++++++++++--------------
 crypto/scompress.c                  | 133 +--------
 include/crypto/internal/acompress.h |  77 ++++++
 include/crypto/internal/scompress.h |  28 +-
 5 files changed, 534 insertions(+), 337 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-03-21  2:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19  6:04 [PATCH 0/3] crypto: Add SG support to deflate Herbert Xu
2025-03-19  6:04 ` [PATCH 1/3] crypto: acomp - Move scomp stream allocation code into acomp Herbert Xu
2025-03-19  6:04 ` [PATCH 2/3] crypto: acomp - Add acomp_walk Herbert Xu
2025-03-19  6:04 ` [PATCH 3/3] crypto: deflate - Convert to acomp Herbert Xu
2025-03-20  7:51 ` [PATCH 0/3] crypto: Add SG support to deflate Ard Biesheuvel
2025-03-20  8:14   ` Herbert Xu
2025-03-20  8:55     ` Ard Biesheuvel
2025-03-20 17:34       ` Eric Biggers
2025-03-21  2:36         ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox