On Mon, Oct 28, 2024 at 08:02:13PM +0100, Ard Biesheuvel wrote: > From: Ard Biesheuvel <ardb@xxxxxxxxxx> > > To allow an alternative version to be created of the PMULL based > CRC-T10DIF algorithm, turn the bulk of it into a macro, except for the > final reduction, which will only be used by the existing version. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/arm/crypto/crct10dif-ce-core.S | 154 ++++++++++---------- > arch/arm/crypto/crct10dif-ce-glue.c | 10 +- > 2 files changed, 83 insertions(+), 81 deletions(-) Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric