Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/2] authencesn: Refactor in-place decryption
@ 2026-05-15  8:36 scott_gzh
  2026-05-15  8:36 ` [PATCH 1/2] scatterlist: Introduce sglist_shift_{left,right} helpers scott_gzh
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: scott_gzh @ 2026-05-15  8:36 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, Scott GUO

From: Scott GUO <scottzhguo@tencent.com>

This patch set introduced the sglist_shift_{left,right} helper
and refactor the sequence number handling for authencesn
decryption. Avoiding write to the auth part of the sg list.

Scott GUO (2):
  scatterlist: Introduce sglist_shift_{left,right} helpers
  authencesn: Refactor inplace-decryption with sglist shift helper

 crypto/authencesn.c          | 38 ++++++-----------
 crypto/scatterwalk.c         | 79 ++++++++++++++++++++++++++++++++++++
 include/crypto/scatterwalk.h |  6 +++
 3 files changed, 97 insertions(+), 26 deletions(-)

-- 
2.41.3


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

end of thread, other threads:[~2026-05-18  8:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15  8:36 [PATCH 0/2] authencesn: Refactor in-place decryption scott_gzh
2026-05-15  8:36 ` [PATCH 1/2] scatterlist: Introduce sglist_shift_{left,right} helpers scott_gzh
2026-05-15  8:36 ` [PATCH 2/2] authencesn: Refactor inplace-decryption with sglist shift helper scott_gzh
2026-05-15 10:41 ` [PATCH 0/2] authencesn: Refactor in-place decryption Scott Guo
2026-05-15 11:01   ` Scott Guo
2026-05-18  2:33     ` Herbert Xu
2026-05-18  2:55       ` Scott Guo
2026-05-18  3:17         ` Herbert Xu
2026-05-18  6:48           ` Scott Guo
2026-05-18  8:21             ` Herbert Xu

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