linux/lib/crypto/arm64
Eric Biggers debc1e5a43 lib/crypto: arm64/sha512-ce: Drop compatibility macros for older binutils
Now that the oldest supported binutils version is 2.30, the macros that
emit the SHA-512 instructions as '.inst' words are no longer needed.  So
drop them.  No change in the generated machine code.

Changed from the original patch by Ard Biesheuvel:
(https://lore.kernel.org/r/20250515142702.2592942-2-ardb+git@google.com):
 - Reduced scope to just SHA-512
 - Added comment that explains why "sha3" is used instead of "sha2"

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250718220706.475240-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
2025-07-20 21:43:27 -07:00
..
.gitignore
chacha-neon-core.S
chacha-neon-glue.c
Kconfig lib/crypto: sha256: Consolidate into single module 2025-07-04 10:23:11 -07:00
Makefile lib/crypto: sha256: Consolidate into single module 2025-07-04 10:23:11 -07:00
poly1305-armv8.pl
poly1305-glue.c lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contexts 2025-07-11 14:29:42 -07:00
sha1-ce-core.S lib/crypto: arm64/sha1: Migrate optimized code into library 2025-07-14 11:11:48 -07:00
sha1.h lib/crypto: arm64/sha1: Migrate optimized code into library 2025-07-14 11:11:48 -07:00
sha2-armv8.pl lib/crypto: sha256: Remove sha256_blocks_simd() 2025-07-04 10:18:53 -07:00
sha256-ce.S lib/crypto: sha256: Propagate sha256_block_state type to implementations 2025-07-04 10:22:57 -07:00
sha256.h lib/crypto: sha256: Consolidate into single module 2025-07-04 10:23:11 -07:00
sha512-ce-core.S lib/crypto: arm64/sha512-ce: Drop compatibility macros for older binutils 2025-07-20 21:43:27 -07:00
sha512.h lib/crypto: sha256: Remove sha256_blocks_simd() 2025-07-04 10:18:53 -07:00