From: Harsh Jain <harsh@chelsio.com>
To: dan.carpenter@oracle.com, herbert@gondor.apana.org.au,
linux-crypto@vger.kernel.org, smueller@chronox.de,
jlulla@chelsio.com, atul.gupta@chelsio.com, yeshaswi@chelsio.com,
hariprasad@chelsio.com
Cc: Harsh Jain <harsh@chelsio.com>
Subject: [PATCH v2 0/9] crypto/chcr: AEAD support and bug fixes
Date: Mon, 21 Nov 2016 21:30:46 +0530 [thread overview]
Message-ID: <cover.1479740559.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))
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
next reply other threads:[~2016-11-21 16:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-21 16:00 Harsh Jain [this message]
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
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.1479740559.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=smueller@chronox.de \
--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 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.