[PATCH v2 0/6] crypto: fixes and cleanups
From: Gilad Ben-Yossef
Date: Sun Jul 01 2018 - 03:04:01 EST
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