[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220126210441.3661782-1-clabbe@baylibre.com>
Date: Wed, 26 Jan 2022 21:04:33 +0000
From: Corentin Labbe <clabbe@...libre.com>
To: davem@...emloft.net, herbert@...dor.apana.org.au,
jernej.skrabec@...il.com, mripard@...nel.org, wens@...e.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-sunxi@...ts.linux.dev,
linux-sunxi@...glegroups.com, Corentin Labbe <clabbe@...libre.com>
Subject: [PATCH 0/8] crypto: allwinner: various improvments
Hello
The main topic was to remove memory allocation from requests function.
Doing this on sun8i-ss, lead to some extra fixes to be found.
Regards
Corentin Labbe (8):
crypto: sun8i-ce: do not allocate memory when handling requests
crypto: sun4i-ss: do not allocate backup IV on requests
crypto: sun8i-ss: handle zero sized sg
crypto: sun8i-ss: do not allocate memory when handling hash requests
crypto: sun8i-ss: do not zeroize all pad
crypto: sun8i-ss: remove redundant test
crypto: sun8i-ss: test error before assigning
crypto: sun8i-ss: handle requests if last block is not modulo 64
.../allwinner/sun4i-ss/sun4i-ss-cipher.c | 22 ++---
drivers/crypto/allwinner/sun4i-ss/sun4i-ss.h | 1 +
.../allwinner/sun8i-ce/sun8i-ce-cipher.c | 28 ++-----
.../crypto/allwinner/sun8i-ce/sun8i-ce-core.c | 20 ++++-
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h | 8 +-
.../crypto/allwinner/sun8i-ss/sun8i-ss-core.c | 10 +++
.../crypto/allwinner/sun8i-ss/sun8i-ss-hash.c | 84 ++++++++++---------
drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h | 6 ++
8 files changed, 100 insertions(+), 79 deletions(-)
--
2.34.1
Powered by blists - more mailing lists