[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140106193353.26918.5804.stgit@tlendack-t1.amdoffice.net>
Date: Mon, 6 Jan 2014 13:33:53 -0600
From: Tom Lendacky <thomas.lendacky@....com>
To: <linux-crypto@...r.kernel.org>, <herbert@...dor.apana.org.au>,
<davem@...emloft.net>
CC: <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/6] crypto: ccp - more code fixes/cleanup
The following series implements a fix to hash length wrapping as well
as some additional fixes and cleanups (proper gfp_t type on some memory
allocations, scatterlist usage improvements, null request result field
checks and driver enabled/disabled changes).
This patch series is based on the cryptodev-2.6 kernel tree.
---
Tom Lendacky (6):
crypto: ccp - Apply appropriate gfp_t type to memory allocations
crypto: ccp - Cleanup scatterlist usage
crypto: ccp - Check for caller result area before using it
crypto: ccp - Change data length declarations to u64
crypto: ccp - Cleanup hash invocation calls
crypto: ccp - CCP device enabled/disabled changes
drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 38 +++++++++----
drivers/crypto/ccp/ccp-crypto-sha.c | 88 ++++++++++++++++++------------
drivers/crypto/ccp/ccp-crypto.h | 10 +++
drivers/crypto/ccp/ccp-dev.c | 15 +++++
drivers/crypto/ccp/ccp-ops.c | 34 ++++++------
drivers/crypto/ccp/ccp-pci.c | 3 +
include/linux/ccp.h | 20 +++++--
7 files changed, 139 insertions(+), 69 deletions(-)
--
Tom Lendacky
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists