All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] crypto: chelsio - Cleanup and bug fixes
@ 2018-01-11 11:15 Harsh Jain
  2018-01-11 11:15 ` [PATCH 1/5] crypto: chelsio - Fix Indentation Harsh Jain
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Harsh Jain @ 2018-01-11 11:15 UTC (permalink / raw)
  To: herbert, linux-crypto; +Cc: Harsh Jain

This series include cleanup, bug fixes and authenc algo supporting
 ctr(aes)-sha operation.

Harsh Jain (5):
  crypto: chelsio - Fix Indentation
  crypto: chelsio - check for sg null
  crypto: chelsio - Fix IV updated in XTS operation
  crypto: chelsio - Add authenc versions of ctr and sha
  crypto: chelsio - Remove dst sg size zero check

 drivers/crypto/chelsio/chcr_algo.c   | 299 ++++++++++++++++++++++++++---------
 drivers/crypto/chelsio/chcr_crypto.h |   7 +-
 2 files changed, 233 insertions(+), 73 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2018-01-18 12:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11 11:15 [PATCH 0/5] crypto: chelsio - Cleanup and bug fixes Harsh Jain
2018-01-11 11:15 ` [PATCH 1/5] crypto: chelsio - Fix Indentation Harsh Jain
2018-01-11 11:15 ` [PATCH 2/5] crypto: chelsio - check for sg null Harsh Jain
2018-01-11 11:15 ` [PATCH 3/5] crypto: chelsio - Fix IV updated in XTS operation Harsh Jain
2018-01-11 11:15 ` [PATCH 4/5] crypto: chelsio - Add authenc versions of ctr and sha Harsh Jain
2018-01-11 11:15 ` [PATCH 5/5] crypto: chelsio - Remove dst sg size zero check Harsh Jain
2018-01-18 12:04 ` [PATCH 0/5] crypto: chelsio - Cleanup and bug fixes 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.