]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 30 Jul 2018 21:06:42 +0000 (23:06 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 7 Aug 2018 09:38:04 +0000 (17:38 +0800)
commit30f1a9f53e77e4c9ddf55ebfda8a9d7666e46964
tree6696057d0c4cb95671a65cad2df8f9b573a0ed6d
parente0bd888dc487e0c444ee5f3bf55020862d16a225
crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable

Squeeze out another 5% of performance by minimizing the number
of invocations of kernel_neon_begin()/kernel_neon_end() on the
common path, which also allows some reloads of the key schedule
to be optimized away.

The resulting code runs at 2.3 cycles per byte on a Cortex-A53.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/ghash-ce-core.S
arch/arm64/crypto/ghash-ce-glue.c