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:   Wed, 7 Sep 2016 21:20:36 +0800
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     Corentin Labbe <clabbe.montjoie@...il.com>
Cc:     davem@...emloft.net, linux-crypto@...r.kernel.org,
        baolin.wang@...aro.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 0/2] crypto: engine: permit to enqueue ashash_request

On Wed, Aug 31, 2016 at 02:02:56PM +0200, Corentin Labbe wrote:
> Hello
> 
> I wanted to use the crypto engine for my Allwinner crypto driver but something
> prevented me to use it: it cannot enqueue hash requests.
> This patch convert crypto engine to permit enqueuing of ahash_requests.
> It also convert the only driver using crypto engine.
> 
> The modifications against omap was only compile tested but the crypto engine with
> hash support was tested on two different offtree driver (sun4i-ss and sun8i-ce)
> 
> Regards
> 
> Changes since v1:
> - rebased on cryptodev for handling omap-des
> 
> Changes since v2:
> - Fusionned both patch
> - Renamed crypt_one_request to do_one_request
> - Test the type of request before processing it
> 
> Changes sunce v3
> - Add functions for each type (ablkcipher/ahash)
> 
> LABBE Corentin (2):
>   crypto: move crypto engine to its own header
>   crypto: engine: permit to enqueue ashash_request
> 
>  crypto/crypto_engine.c    | 187 ++++++++++++++++++++++++++++++++++++----------
>  drivers/crypto/omap-aes.c |   9 ++-
>  drivers/crypto/omap-des.c |   9 ++-
>  include/crypto/algapi.h   |  70 -----------------
>  include/crypto/engine.h   | 107 ++++++++++++++++++++++++++
>  5 files changed, 266 insertions(+), 116 deletions(-)
>  create mode 100644 include/crypto/engine.h

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