summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/twofish.h
Commit message (Collapse)AuthorAgeFilesLines
* crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel2021-01-141-0/+21
The Camellia, Serpent and Twofish related header files only contain declarations that are shared between different implementations of the respective algorithms residing under arch/x86/crypto, and none of their contents should be used elsewhere. So move the header files into the same location, and use local #includes instead. Acked-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>