crypto: arm64/aes-neonbs - remove NEON yield calls
authorArd Biesheuvel <ardb@kernel.org>
Wed, 3 Feb 2021 11:36:23 +0000 (12:36 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 10 Feb 2021 06:55:58 +0000 (17:55 +1100)
commitf5943ef456f8961ed1266a5713b8faf73019405b
treee6e5525510634e4bd3356719f2408d1973f88055
parent5f6cb2e6176815cf631593eb7a94a2725d8528e5
crypto: arm64/aes-neonbs - remove NEON yield calls

There is no need for elaborate yield handling in the bit-sliced NEON
implementation of AES, given that skciphers are naturally bounded by the
size of the chunks returned by the skcipher_walk API. So remove the
yield calls from the asm code.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/aes-neonbs-core.S