summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2025-04-03 09:19:55 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2025-04-07 13:22:27 +0800
commite77fe9cce31b5db4a6b3f5fac7d69352612229c5 (patch)
tree2fed8f7f1a8a939d5297360fa81ef63fa592edd0 /tools/lib/python
parent9b4400215e0e0b3edad010398069fcc51659a8cc (diff)
crypto: arm/aes-ce - stop using the SIMD helper
Now that ARM permits use of the NEON unit in softirq context as well as task context, there is no longer a need to rely on the SIMD helper module to construct async skciphers wrapping the sync ones, as the latter can always be called directly. So remove these wrappers and the dependency on the SIMD helper. This permits the use of these algorithms by callers that only support synchronous use. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions