[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180628152157.23769-1-antoine.tenart@bootlin.com>
Date: Thu, 28 Jun 2018 17:21:52 +0200
From: Antoine Tenart <antoine.tenart@...tlin.com>
To: herbert@...dor.apana.org.au, davem@...emloft.net
Cc: Antoine Tenart <antoine.tenart@...tlin.com>,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
thomas.petazzoni@...tlin.com, maxime.chevallier@...tlin.com,
gregory.clement@...tlin.com, miquel.raynal@...tlin.com,
nadavh@...vell.com, oferh@...vell.com, igall@...vell.com
Subject: [PATCH 0/5] crypto: inside-secure - support more algorithms
Hi all,
This series adds support for more algorithms in the Inside Secure
SafeXcel cryptographic engine driver. Those new algorithms are:
- MD5 (and its hmac).
- DES (ECB and CBC).
- 3DES (ECB and CBC).
The last patch was made on top of the algorithm additions, to enhance
the driver's performances.
This series should be applied on top of another one:
https://lkml.org/lkml/2018/6/28/516
Thanks!
Antoine
Ofer Heifetz (5):
crypto: inside-secure - md5 support
crypto: inside-secure - hmac(md5) support
crypto: inside-secure - ecb(des) and cbc(des) support
crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support
crypto: inside-secure - remove request list to improve performance
drivers/crypto/Kconfig | 2 +
drivers/crypto/inside-secure/safexcel.c | 100 ++---
drivers/crypto/inside-secure/safexcel.h | 41 +-
.../crypto/inside-secure/safexcel_cipher.c | 369 ++++++++++++++----
drivers/crypto/inside-secure/safexcel_hash.c | 157 ++++++--
drivers/crypto/inside-secure/safexcel_ring.c | 48 ++-
6 files changed, 553 insertions(+), 164 deletions(-)
--
2.17.1
Powered by blists - more mailing lists