linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: s390/hmac - Use generic hash export format
@ 2025-04-29  8:49 Herbert Xu
  2025-04-29  8:49 ` [PATCH 1/2] crypto: s390/hmac - Extend hash length counters to 128 bits Herbert Xu
  2025-04-29  8:49 ` [PATCH 2/2] crypto: s390/hmac - Use generic hash export format Herbert Xu
  0 siblings, 2 replies; 8+ messages in thread
From: Herbert Xu @ 2025-04-29  8:49 UTC (permalink / raw)
  To: Linux Crypto Mailing List
  Cc: Harald Freudenberger, Holger Dengler, linux-s390

This mini series converts the s390 hmac implementation to use
the generic export format.  First it extends the implementation
to support large lengths (you could always import a partial hash
with a length that is just about to overflow), and then it adds
export/import functions matching the format of the generic hmac
sha2 implementation.

Herbert Xu (2):
  crypto: s390/hmac - Extend hash length counters to 128 bits
  crypto: s390/hmac - Use generic hash export format

 arch/s390/crypto/Kconfig     |   4 +-
 arch/s390/crypto/hmac_s390.c | 200 ++++++++++++++++++++++++++++++++---
 2 files changed, 187 insertions(+), 17 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-05-19 16:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-29  8:49 [PATCH 0/2] crypto: s390/hmac - Use generic hash export format Herbert Xu
2025-04-29  8:49 ` [PATCH 1/2] crypto: s390/hmac - Extend hash length counters to 128 bits Herbert Xu
2025-05-19 16:10   ` Holger Dengler
2025-04-29  8:49 ` [PATCH 2/2] crypto: s390/hmac - Use generic hash export format Herbert Xu
2025-04-29 12:04   ` T Pratham
2025-04-30 10:34     ` [PATCH] crypto: s390/hmac - Use API partial block handling Herbert Xu
2025-05-02  9:00       ` [v2 PATCH] " Herbert Xu
2025-05-19 16:12         ` Holger Dengler

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).