diff options
author | Eric Biggers <ebiggers@kernel.org> | 2025-08-05 15:28:53 -0700 |
---|---|---|
committer | Eric Biggers <ebiggers@kernel.org> | 2025-08-26 12:52:28 -0400 |
commit | a1848f6e382145e0200843549f24f5af4b5c8136 (patch) | |
tree | d6f657a24ecf402db112399d3adb0bd477b79cd9 /lib/crypto/chacha-block-generic.c | |
parent | 09371e1349c9bb34ac030973c7867016a8a8914d (diff) |
lib/crypto: sparc/md5: Migrate optimized code into library
Instead of exposing the sparc-optimized MD5 code via sparc-specific
crypto_shash algorithms, instead just implement the md5_blocks() library
function. This is much simpler, it makes the MD5 library functions be
sparc-optimized, and it fixes the longstanding issue where the
sparc-optimized MD5 code was disabled by default. MD5 still remains
available through crypto_shash, but individual architectures no longer
need to handle it.
Note: to see the diff from arch/sparc/crypto/md5_glue.c to
lib/crypto/sparc/md5.h, view this commit with 'git show -M10'.
Link: https://lore.kernel.org/r/20250805222855.10362-6-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'lib/crypto/chacha-block-generic.c')
0 files changed, 0 insertions, 0 deletions