[PATCH 0/4] crypto: fixes and cleanups

From: Gilad Ben-Yossef
Date: Thu Jun 28 2018 - 03:33:04 EST


The patch set fixes ccree IV handling and finuo() operation (provided
by Hadar Gat) 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

Gilad Ben-Yossef (3):
crypto: testmgr: add hash finup tests
crypto: ccree: fix iv handling
crypto: ccree: remove dead legacy code

Hadar Gat (1):
crypto: ccree: fix finup

crypto/testmgr.c | 55 +++++++++++++++---
drivers/crypto/ccree/cc_cipher.c | 117 ++++++++++++++++++++++++++++-----------
drivers/crypto/ccree/cc_hash.c | 81 ++++++---------------------
3 files changed, 146 insertions(+), 107 deletions(-)

--
2.7.4