2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/arch/sparc/crypto
Eric Biggers 699618d422 crypto: sparc/sha256 - implement library instead of shash
Instead of providing crypto_shash algorithms for the arch-optimized
SHA-256 code, instead implement the SHA-256 library.  This is much
simpler, it makes the SHA-256 library functions be arch-optimized, and
it fixes the longstanding issue where the arch-optimized SHA-256 was
disabled by default.  SHA-256 still remains available through
crypto_shash, but individual architectures no longer need to handle it.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-05-05 18:20:44 +08:00
..
aes_asm.S crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
aes_glue.c crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
camellia_asm.S crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
camellia_glue.c crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
crop_devid.c sparc: Explicitly include correct DT includes 2023-08-28 13:30:57 -05:00
des_asm.S crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
des_glue.c crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
Kconfig crypto: sparc/sha256 - implement library instead of shash 2025-05-05 18:20:44 +08:00
Makefile crypto: sparc/sha256 - implement library instead of shash 2025-05-05 18:20:44 +08:00
md5_asm.S crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
md5_glue.c crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
sha1_asm.S crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
sha1_glue.c crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
sha512_asm.S crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00
sha512_glue.c crypto: sparc - move opcodes.h into asm directory 2025-05-05 18:20:43 +08:00