lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 9 Jul 2018 00:44:57 +0800
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     Antoine Tenart <antoine.tenart@...tlin.com>
Cc:     davem@...emloft.net, 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: Re: [PATCH 0/5] crypto: inside-secure - support more algorithms

On Thu, Jun 28, 2018 at 05:21:52PM +0200, Antoine Tenart wrote:
> 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(-)

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ