crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk
authorArd Biesheuvel <ardb@kernel.org>
Thu, 18 Jan 2024 17:06:31 +0000 (18:06 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jan 2024 08:39:32 +0000 (16:39 +0800)
commit88c6d50f649b2805bbdfe0b616892f93db47e4fa
tree776637d81d551ecf226ba909857706064ea964c4
parentf722002441a1395d3e073f9fb5b6f1ab33ca9d66
crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk

Now that kernel mode NEON no longer disables preemption, we no longer
have to take care to disable and re-enable use of the NEON when calling
into the skcipher walk API. So just keep it enabled until done.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/aes-ce-ccm-glue.c