[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250901165013.48649-1-ebiggers@kernel.org>
Date: Mon, 1 Sep 2025 09:50:10 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: linux-crypto@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Ard Biesheuvel <ardb@...nel.org>,
"Jason A . Donenfeld" <Jason@...c4.com>,
qat-linux@...el.com,
Giovanni Cabiddu <giovanni.cabiddu@...el.com>,
Ovidiu Panait <ovidiu.panait.oss@...il.com>,
Eric Biggers <ebiggers@...nel.org>
Subject: [PATCH 0/3] crypto: sha - Implement export_core() and import_core()
This series implements export_core() and import_core() in sha1.c,
sha256.c, and sha512.c to fix some legacy drivers. Unfortunately, the
Crypto API partial block handling changes that went into v6.16 made some
legacy drivers start depending on the presence of these methods.
This series is targeting libcrypto-fixes.
Eric Biggers (3):
crypto: sha1 - Implement export_core() and import_core()
crypto: sha256 - Implement export_core() and import_core()
crypto: sha512 - Implement export_core() and import_core()
crypto/sha1.c | 39 +++++++++++++++++++++++++++
crypto/sha256.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++
crypto/sha512.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 181 insertions(+)
base-commit: b320789d6883cc00ac78ce83bccbfe7ed58afcf0
--
2.50.1
Powered by blists - more mailing lists