On Thu, Dec 31, 2020 at 06:23:32PM +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/serpent_avx2_glue.c | 73 +++++------------- > arch/x86/crypto/serpent_avx_glue.c | 61 ++++----------- > arch/x86/crypto/serpent_sse2_glue.c | 81 ++++++-------------- > crypto/Kconfig | 3 - > 4 files changed, 61 insertions(+), 157 deletions(-) Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>