linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] crypto/chcr: AEAD support and bug fixes
@ 2016-11-21 16:00 Harsh Jain
  2016-11-21 16:00 ` [PATCH v2 1/9] crypto/chcr:Fix memory corruption done Harsh Jain
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Harsh Jain @ 2016-11-21 16:00 UTC (permalink / raw)
  To: dan.carpenter, herbert, linux-crypto, smueller, jlulla,
	atul.gupta, yeshaswi, hariprasad
  Cc: Harsh Jain

This patch series includes Bug Fixes, performance improvement and
support for following AEAD algos.
GCM,CCM,RFC4106,RFC4303,authenc(hmac(shaXXX),cbc(aes))

Jitendra Lulla (4):
  chcr:Fix memory corruption done
  Added new structure chcr_wr to populate Work Request Header.
  Fixes: 324429d74127, Unchecked dereference inside function.
  Remove malloc/free in hash operation and allocate memory in
    chcr_ahash_req_ctx structure.
Harsh Jain (5):
  Calculate Reverse round key in setkey callback.
  chcr: Adjust Dest. buffer size
  chcr: Use SHASH_DESC_ON_STACK
  chcr: Move tfm ctx variable to request context
  Add AEAD algos.    
    GCM,CCM,RFC4106,RFC4309,authenc(hmac(shaXXX),cbc(aes)).

 drivers/crypto/chelsio/Kconfig       |    1 +
 drivers/crypto/chelsio/chcr_algo.c   | 2014 +++++++++++++++++++++++++++++-----
 drivers/crypto/chelsio/chcr_algo.h   |  102 +-
 drivers/crypto/chelsio/chcr_core.c   |    8 +-
 drivers/crypto/chelsio/chcr_core.h   |   18 +-
 drivers/crypto/chelsio/chcr_crypto.h |  115 +-
 6 files changed, 1874 insertions(+), 384 deletions(-)

-- 
1.8.2.3

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

end of thread, other threads:[~2016-11-28 12:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-21 16:00 [PATCH v2 0/9] crypto/chcr: AEAD support and bug fixes Harsh Jain
2016-11-21 16:00 ` [PATCH v2 1/9] crypto/chcr:Fix memory corruption done Harsh Jain
2016-11-28 12:49   ` Herbert Xu
2016-11-21 16:00 ` [PATCH v2 2/9]crypto/chcr: Added new structure chcr_wr to populate Work Request Header Harsh Jain
2016-11-21 16:00 ` [PATCH v2 3/9] crypto/chcr: Fixes Unchecked dereference inside function Harsh Jain
2016-11-21 16:00 ` [PATCH v2 4/9] crypto/chcr: Remove dynamic allocation Harsh Jain
2016-11-21 16:00 ` [PATCH v2 5/9]crypto/chcr: Calculate Reverse round key in setkey callback Harsh Jain
2016-11-21 16:00 ` [PATCH v2 6/9] crypto/chcr: Adjust Dest. buffer size Harsh Jain
2016-11-21 16:00 ` [PATCH v2 7/9] crypto/chcr: Use SHASH_DESC_ON_STACK Harsh Jain
2016-11-21 16:00 ` [PATCH v2 8/9] crypto/chcr: Move tfm ctx variable to request context Harsh Jain
2016-11-21 16:00 ` [PATCH v2 9/9] crypto/chcr: Add AEAD algos Harsh Jain

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