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 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html