public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] crypto: fixes and cleanups
@ 2018-06-28  7:32 Gilad Ben-Yossef
  2018-06-28  7:32 ` [PATCH 1/4] crypto: ccree: fix finup Gilad Ben-Yossef
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gilad Ben-Yossef @ 2018-06-28  7:32 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller
  Cc: Ofir Drang, Hadar Gat, linux-crypto, linux-kernel

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-28 11:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28  7:32 [PATCH 0/4] crypto: fixes and cleanups Gilad Ben-Yossef
2018-06-28  7:32 ` [PATCH 1/4] crypto: ccree: fix finup Gilad Ben-Yossef
2018-06-28  7:32 ` [PATCH 2/4] crypto: testmgr: add hash finup tests Gilad Ben-Yossef
2018-06-28  7:32 ` [PATCH 3/4] crypto: ccree: fix iv handling Gilad Ben-Yossef
2018-06-28 11:42   ` kbuild test robot
2018-06-28 11:42   ` [RFC PATCH] crypto: ccree: cc_update_ctr() can be static kbuild test robot
2018-06-28  7:32 ` [PATCH 4/4] crypto: ccree: remove dead legacy code Gilad Ben-Yossef

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox