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-next>] [day] [month] [year] [list]
Message-ID: <20241207190503.53440-1-ebiggers@kernel.org>
Date: Sat,  7 Dec 2024 11:05:01 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: linux-crypto@...r.kernel.org,
	Herbert Xu <herbert@...dor.apana.org.au>
Cc: "David S . Miller" <davem@...emloft.net>,
	Andreas Larsson <andreas@...sler.com>,
	sparclinux@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] crypto: remove physical address support in skcipher_walk

This series removes the unnecessary physical address support in
skcipher_walk and the single obsolete driver that was using it.

Eric Biggers (2):
  crypto: drivers - remove Niagara2 SPU driver
  crypto: skcipher - remove support for physical address walks

 crypto/skcipher.c                  |  187 +--
 drivers/crypto/Kconfig             |   17 -
 drivers/crypto/Makefile            |    2 -
 drivers/crypto/n2_asm.S            |   96 --
 drivers/crypto/n2_core.c           | 2168 ----------------------------
 drivers/crypto/n2_core.h           |  232 ---
 include/crypto/internal/skcipher.h |   12 -
 7 files changed, 26 insertions(+), 2688 deletions(-)
 delete mode 100644 drivers/crypto/n2_asm.S
 delete mode 100644 drivers/crypto/n2_core.c
 delete mode 100644 drivers/crypto/n2_core.h


base-commit: b5f217084ab3ddd4bdd03cd437f8e3b7e2d1f5b6
-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ