On Thu, Dec 31, 2020 at 06:23:34PM +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/cast6_avx_glue.c | 61 ++++++-------------- > crypto/Kconfig | 1 - > 2 files changed, 17 insertions(+), 45 deletions(-) Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>