Re: [PATCH v4 08/35] crypto: arm/chacha - remove dependency on generic ChaCha driver

2019-10-22 Thread Eric Biggers
On Thu, Oct 17, 2019 at 09:09:05PM +0200, Ard Biesheuvel wrote: > Instead of falling back to the generic ChaCha skcipher driver for > non-SIMD cases, use a fast scalar implementation for ARM authored > by Eric Biggers. This removes the module dependency on chacha-generic > altogether, which also si

[PATCH v4 08/35] crypto: arm/chacha - remove dependency on generic ChaCha driver

2019-10-17 Thread Ard Biesheuvel
Instead of falling back to the generic ChaCha skcipher driver for non-SIMD cases, use a fast scalar implementation for ARM authored by Eric Biggers. This removes the module dependency on chacha-generic altogether, which also simplifies things when we expose the ChaCha library interface from this mo