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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 9 Feb 2023 20:36:12 +0800
From:   Weili Qian <qianweili@...wei.com>
To:     <herbert@...dor.apana.org.au>
CC:     <linux-kernel@...r.kernel.org>, <linux-crypto@...r.kernel.org>,
        <wangzhou1@...ilicon.com>, <liulongfang@...wei.com>,
        Weili Qian <qianweili@...wei.com>
Subject: [PATCH v2 0/5] crypto: hisilicon/qm - some fixes and cleanups

Fix and clean up some issues in qm.c and sgl.c.

v1 -> v2:
- Instead of changing the data type in min_t(),
use min() instead of min_t().

Weili Qian (5):
  crypto: hisilicon/qm - remove some unused defines
  crypto: hisilicon/qm - use min() instead of min_t()
  crypto: hisilicon/qm - change function names
  crypto: hisilicon/qm - update comments to match function
  crypto: hisilicon/qm - fix coding style issues

 drivers/crypto/hisilicon/qm.c  | 54 ++++++++++++----------------------
 drivers/crypto/hisilicon/sgl.c |  1 -
 include/linux/hisi_acc_qm.h    |  5 ++--
 3 files changed, 21 insertions(+), 39 deletions(-)

-- 
2.33.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ