linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] chcr: AEAD support and bug fixes
@ 2016-10-13 11:09 Harsh Jain
  2016-10-13 11:09 ` [PATCH 1/6] chcr:Fix memory corruption done Harsh Jain
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Harsh Jain @ 2016-10-13 11:09 UTC (permalink / raw)
  To: dan.carpenter, herbert, linux-crypto
  Cc: jlulla, atul.gupta, yeshaswi, hariprasad, 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))

This patch series is based on linux-next tree and depends on
("crypto/chcr: Add support for Chelsio Crypto Driver ") series.

https://www.mail-archive.com/linux-crypto@vger.kernel.org/msg20658.html

Jitendra Lulla (3):
  Fix memory corruption done by  *((u32 *)dec_key + k) operation.
  Remove malloc/free in crypto operation and allocate memory in Init.
      Added new structure chcr_wr to populate Work Request Header.
  Destination buffer size passed to hardware should not be greater than
    crypto operation output.
Harsh Jain (3):
  Use SHASH_DESC_ON_STACK macro to allocate memory for ipad/opad
    calculation.
  Move tfm ctx variable to request context.
  Add support for AEAD algos
    GCM,CCM,RFC4106,RFC4303,authenc(hmac(shaXXX),cbc(aes))

 drivers/crypto/chelsio/Kconfig       |    1 +
 drivers/crypto/chelsio/chcr_algo.c   | 1998 +++++++++++++++++++++++++++++-----
 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, 1857 insertions(+), 385 deletions(-)

-- 
1.8.2.3

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

end of thread, other threads:[~2016-11-10  5:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 11:09 [PATCH 0/6] chcr: AEAD support and bug fixes Harsh Jain
2016-10-13 11:09 ` [PATCH 1/6] chcr:Fix memory corruption done Harsh Jain
2016-10-13 11:09 ` [PATCH 2/6] chcr: Remove malloc/free Harsh Jain
2016-10-21  2:20   ` Herbert Xu
2016-10-26 11:29     ` Harsh Jain
2016-10-13 11:09 ` [PATCH 3/6] chcr: Adjust Dest. buffer size Harsh Jain
2016-10-13 11:09 ` [PATCH 4/6] chcr: Use SHASH_DESC_ON_STACK Harsh Jain
2016-10-13 11:09 ` [PATCH 5/6] chcr: Move tfm ctx variable to request context Harsh Jain
2016-10-13 11:09 ` [PATCH 6/6] Add support for AEAD algos Harsh Jain
2016-10-14 14:24   ` Stephan Mueller
2016-10-27 10:06     ` Harsh Jain
2016-11-08 11:15       ` Stephan Mueller
2016-11-08 11:46         ` Harsh Jain
2016-11-08 12:59           ` Stephan Mueller
2016-11-08 14:21             ` Harsh Jain
2016-11-10  5:00               ` 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).