linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: inside-secure - Made driver work on EIP97
@ 2019-12-11 16:32 Pascal van Leeuwen
  2019-12-11 16:32 ` [PATCH 1/3] crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97 Pascal van Leeuwen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pascal van Leeuwen @ 2019-12-11 16:32 UTC (permalink / raw)
  To: linux-crypto; +Cc: antoine.tenart, herbert, davem, Pascal van Leeuwen

This patchset fixes various errors and hang cases that occurred when
running the crypto self-tests, and in particular the extra tests, on
an EIP97 type engine (e.g. Marvell Armada 3700LP as used on EspressoBin)

Tested on Macchiatobin, EspressoBin (thanks, Antoine Tenart), EIP97HW2.3
and EIP197HW3.2 on the Xilinx VCU118 FPGA development board.

Pascal van Leeuwen (3):
  crypto: inside-secure - Fix Unable to fit even 1 command desc error w/
    EIP97
  crypto: inside-secure - Fix hang case on EIP97 with zero length input
    data
  crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES ops

 drivers/crypto/inside-secure/safexcel.c        |  12 +-
 drivers/crypto/inside-secure/safexcel.h        |  34 +-
 drivers/crypto/inside-secure/safexcel_cipher.c | 552 +++++++++++++++----------
 drivers/crypto/inside-secure/safexcel_hash.c   |  14 +-
 drivers/crypto/inside-secure/safexcel_ring.c   | 130 ++++--
 5 files changed, 473 insertions(+), 269 deletions(-)

--
1.8.3.1

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

end of thread, other threads:[~2019-12-20  7:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-11 16:32 [PATCH 0/3] crypto: inside-secure - Made driver work on EIP97 Pascal van Leeuwen
2019-12-11 16:32 ` [PATCH 1/3] crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97 Pascal van Leeuwen
2019-12-11 16:32 ` [PATCH 2/3] crypto: inside-secure - Fix hang case on EIP97 with zero length input data Pascal van Leeuwen
2019-12-11 16:32 ` [PATCH 3/3] crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES ops Pascal van Leeuwen
2019-12-20  7:07 ` [PATCH 0/3] crypto: inside-secure - Made driver work on EIP97 Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).