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:   Fri, 16 Sep 2022 18:36:55 +0800
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     Weili Qian <qianweili@...wei.com>
Cc:     linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
        wangzhou1@...ilicon.com, liulongfang@...wei.com
Subject: Re: [PATCH 00/10] crypto: hisilicon - support get device information
 from registers

On Fri, Sep 09, 2022 at 05:46:54PM +0800, Weili Qian wrote:
> This patchset supports obtaining device information from
> device registers, including the supported algorithms,
> device features, and so on.
> 
> Weili Qian (6):
>   crypto: hisilicon/qm - get hardware features from hardware registers
>   crypto: hisilicon/qm - get qp num and depth from hardware registers
>   crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO support
>   crypto: hisilicon/qm - get error type from hardware registers
>   crypto: hisilicon/qm - support get device irq information from
>     hardware registers
>   crypto: hisilicon/zip - support zip capability
> 
> Wenkai Lin (1):
>   crypto: hisilicon/sec - get algorithm bitmap from registers
> 
> Zhiqi Song (3):
>   crypto: hisilicon/hpre - support hpre capability
>   crypto: hisilicon/hpre - optimize registration of ecdh
>   crypto: hisilicon - support get algs by the capability register
> 
>  drivers/crypto/hisilicon/hpre/hpre.h        |   8 +-
>  drivers/crypto/hisilicon/hpre/hpre_crypto.c | 250 ++++---
>  drivers/crypto/hisilicon/hpre/hpre_main.c   | 208 +++++-
>  drivers/crypto/hisilicon/qm.c               | 765 +++++++++++++-------
>  drivers/crypto/hisilicon/sec2/sec.h         |  34 +-
>  drivers/crypto/hisilicon/sec2/sec_crypto.c  | 454 +++++++-----
>  drivers/crypto/hisilicon/sec2/sec_main.c    | 160 +++-
>  drivers/crypto/hisilicon/zip/zip.h          |   1 +
>  drivers/crypto/hisilicon/zip/zip_crypto.c   |  73 +-
>  drivers/crypto/hisilicon/zip/zip_main.c     | 256 +++++--
>  include/linux/hisi_acc_qm.h                 |  63 +-
>  include/uapi/misc/uacce/hisi_qm.h           |  17 +-
>  12 files changed, 1589 insertions(+), 700 deletions(-)
> 
> -- 
> 2.33.0

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