From: Harsh Jain <harsh@chelsio.com>
To: dan.carpenter@oracle.com, herbert@gondor.apana.org.au,
linux-crypto@vger.kernel.org
Cc: jlulla@chelsio.com, atul.gupta@chelsio.com, yeshaswi@chelsio.com,
hariprasad@chelsio.com, Harsh Jain <harsh@chelsio.com>
Subject: [PATCH 0/6] chcr: AEAD support and bug fixes
Date: Thu, 13 Oct 2016 16:39:33 +0530 [thread overview]
Message-ID: <cover.1476263960.git.harsh@chelsio.com> (raw)
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
next reply other threads:[~2016-10-13 11:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 11:09 Harsh Jain [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1476263960.git.harsh@chelsio.com \
--to=harsh@chelsio.com \
--cc=atul.gupta@chelsio.com \
--cc=dan.carpenter@oracle.com \
--cc=hariprasad@chelsio.com \
--cc=herbert@gondor.apana.org.au \
--cc=jlulla@chelsio.com \
--cc=linux-crypto@vger.kernel.org \
--cc=yeshaswi@chelsio.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).