On Thu, Dec 31, 2020 at 06:23:33PM +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 <a...@kernel.org> > --- > arch/x86/crypto/cast5_avx_glue.c | 184 ++------------------ > 1 file changed, 17 insertions(+), 167 deletions(-)
Acked-by: Eric Biggers <ebigg...@google.com>