On Thu, Dec 31, 2020 at 06:23:35PM +0100, Ard Biesheuvel wrote: > Replace the glue helper dependency with implementations of ECB and CBC > based on the new CPP macros, which avoid the need for indirect calls. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/x86/crypto/twofish_avx_glue.c | 73 +++++------------- > arch/x86/crypto/twofish_glue_3way.c | 80 ++++++-------------- > crypto/Kconfig | 2 - > 3 files changed, 44 insertions(+), 111 deletions(-) Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>