Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 00/11] crypto: aspeed/hash - Convert to partial block API
@ 2025-05-13  6:03 Herbert Xu
  2025-05-13  6:03 ` [PATCH 01/11] crypto: aspeed/hash - Remove purely software hmac implementation Herbert Xu
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Herbert Xu @ 2025-05-13  6:03 UTC (permalink / raw)
  To: Linux Crypto Mailing List; +Cc: Neal Liu, linux-aspeed

This series converts aspeed to the partial block API while removing
hash length limits and making it more robust if dma mapping fails.

Herbert Xu (11):
  crypto: aspeed/hash - Remove purely software hmac implementation
  crypto: aspeed/hash - Reorganise struct aspeed_sham_reqctx
  crypto: aspeed/hash - Use init_tfm instead of cra_init
  crypto: aspeed/hash - Provide rctx->buffer as argument to fill padding
  crypto: aspeed/hash - Move sham_final call into sham_update
  crypto: aspeed/hash - Move final padding into dma_prepare
  crypto: aspeed/hash - Remove sha_iv
  crypto: aspeed/hash - Use API partial block handling
  crypto: aspeed/hash - Add fallback
  crypto: aspeed/hash - Iterate on large hashes in dma_prepare
  crypto: aspeed/hash - Fix potential overflow in dma_prepare_sg

 drivers/crypto/aspeed/aspeed-hace-hash.c | 802 ++++++-----------------
 drivers/crypto/aspeed/aspeed-hace.h      |  28 +-
 2 files changed, 207 insertions(+), 623 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-05-13  6:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13  6:03 [PATCH 00/11] crypto: aspeed/hash - Convert to partial block API Herbert Xu
2025-05-13  6:03 ` [PATCH 01/11] crypto: aspeed/hash - Remove purely software hmac implementation Herbert Xu
2025-05-13  6:03 ` [PATCH 02/11] crypto: aspeed/hash - Reorganise struct aspeed_sham_reqctx Herbert Xu
2025-05-13  6:03 ` [PATCH 03/11] crypto: aspeed/hash - Use init_tfm instead of cra_init Herbert Xu
2025-05-13  6:03 ` [PATCH 04/11] crypto: aspeed/hash - Provide rctx->buffer as argument to fill padding Herbert Xu
2025-05-13  6:03 ` [PATCH 05/11] crypto: aspeed/hash - Move sham_final call into sham_update Herbert Xu
2025-05-13  6:03 ` [PATCH 06/11] crypto: aspeed/hash - Move final padding into dma_prepare Herbert Xu
2025-05-13  6:04 ` [PATCH 07/11] crypto: aspeed/hash - Remove sha_iv Herbert Xu
2025-05-13  6:04 ` [PATCH 08/11] crypto: aspeed/hash - Use API partial block handling Herbert Xu
2025-05-13  6:04 ` [PATCH 09/11] crypto: aspeed/hash - Add fallback Herbert Xu
2025-05-13  6:04 ` [PATCH 10/11] crypto: aspeed/hash - Iterate on large hashes in dma_prepare Herbert Xu
2025-05-13  6:04 ` [PATCH 11/11] crypto: aspeed/hash - Fix potential overflow in dma_prepare_sg Herbert Xu

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