[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1530428560-4440-1-git-send-email-gilad@benyossef.com>
Date: Sun, 1 Jul 2018 08:02:33 +0100
From: Gilad Ben-Yossef <gilad@...yossef.com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>
Cc: Ofir Drang <ofir.drang@....com>, Hadar Gat <hadar.gat@....com>,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/6] crypto: fixes and cleanups
The patch set fixes ccree IV handling, finup() operation (provided
by Hadar Gat) and CTS-AES mode of operation along a code cleanup.
Since our finup() method was obviously broken but was not detected
by testmgr, I've added finup() test to testmgr to catch it next
time it happened.
Changes from v1:
- Add missing "static" qualifier reported by kbuild bot
- Add CTS-AES fix and some more cleanups
Gilad Ben-Yossef (5):
crypto: testmgr: add hash finup tests
crypto: ccree: fix iv handling
crypto: ccree: remove dead legacy code
crypto: ccree: use CBC-CS3 CTS mode
crypto: ccree: rate limit debug print
Hadar Gat (1):
crypto: ccree: fix finup
crypto/testmgr.c | 55 +++++++++++++---
drivers/crypto/ccree/cc_cipher.c | 137 +++++++++++++++++++++++++--------------
drivers/crypto/ccree/cc_driver.c | 4 +-
drivers/crypto/ccree/cc_hash.c | 81 +++++------------------
4 files changed, 153 insertions(+), 124 deletions(-)
--
2.7.4
Powered by blists - more mailing lists