On Fri, Dec 11, 2020 at 01:27:15PM +0100, Ard Biesheuvel wrote: > The cipher routines in the crypto API are mostly intended for templates > implementing skcipher modes generically in software, and shouldn't be > used outside of the crypto subsystem. So move the prototypes and all > related definitions to a new header file under include/crypto/internal. > Also, let's use the new module namespace feature to move the symbol > exports into a new namespace CRYPTO_INTERNAL. > > Signed-off-by: Ard Biesheuvel <a...@kernel.org>
Acked-by: Eric Biggers <ebigg...@google.com>