public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] crypto: arm - drop dependency on SIMD helper
@ 2025-04-03  7:19 Ard Biesheuvel
  2025-04-03  7:19 ` [PATCH v2 1/3] crypto: arm/aes-ce - stop using the " Ard Biesheuvel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ard Biesheuvel @ 2025-04-03  7:19 UTC (permalink / raw)
  To: linux-crypto; +Cc: linux-arm-kernel, herbert, ebiggers, Ard Biesheuvel

From: Ard Biesheuvel <ardb@kernel.org>

The non-SIMD fallbacks in the ARM skcipher implementations have become
dead code now that SIMD is always allowed in the contexts where
skciphers may be used. So remove them.

While at it, remove the sync CTR helper function now that its last
users have been dropped.

v2:
- drop unnecessary includes
- add patch #3

Ard Biesheuvel (3):
  crypto: arm/aes-ce - stop using the SIMD helper
  crypto: arm/aes-neonbs - stop using the SIMD helper
  crypto: ctr - remove unused crypto_ctr_encrypt_walk()

 arch/arm/crypto/Kconfig           |   2 -
 arch/arm/crypto/aes-ce-glue.c     | 104 ++----------------
 arch/arm/crypto/aes-neonbs-glue.c | 116 ++------------------
 include/crypto/ctr.h              |  47 --------
 4 files changed, 20 insertions(+), 249 deletions(-)


base-commit: 99585c2192cb1ce212876e82ef01d1c98c7f4699
-- 
2.49.0.472.ge94155a9ec-goog



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-07  5:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-03  7:19 [PATCH v2 0/3] crypto: arm - drop dependency on SIMD helper Ard Biesheuvel
2025-04-03  7:19 ` [PATCH v2 1/3] crypto: arm/aes-ce - stop using the " Ard Biesheuvel
2025-04-03  7:19 ` [PATCH v2 2/3] crypto: arm/aes-neonbs " Ard Biesheuvel
2025-04-03  7:19 ` [PATCH v2 3/3] crypto: ctr - remove unused crypto_ctr_encrypt_walk() Ard Biesheuvel
2025-04-05  2:51 ` [PATCH v2 0/3] crypto: arm - drop dependency on SIMD helper Eric Biggers
2025-04-07  5:27 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox