]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: x86/chacha - depend on generic chacha library instead of crypto driver
authorArd Biesheuvel <ardb@kernel.org>
Fri, 8 Nov 2019 12:22:09 +0000 (13:22 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:39 +0000 (09:02 +0800)
commitf01cb7a03ae17a0dc158178cd88ed11cc5b7737a
treee397d74fee102bca32ded72eaf47c28039391508
parent0e80a9a1cb53ea97ed04fd3bb8b05828759d9ed4
crypto: x86/chacha - depend on generic chacha library instead of crypto driver

In preparation of extending the x86 ChaCha driver to also expose the ChaCha
library interface, drop the dependency on the chacha_generic crypto driver
as a non-SIMD fallback, and depend on the generic ChaCha library directly.
This way, we only pull in the code we actually need, without registering
a set of ChaCha skciphers that we will never use.

Since turning the FPU on and off is cheap these days, simplify the SIMD
routine by dropping the per-page yield, which makes for a cleaner switch
to the library API as well. This also allows use to invoke the skcipher
walk routines in non-atomic mode.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/chacha_glue.c
crypto/Kconfig