Re: [PATCH v2 2/2] crypto: arm/chacha-scalar - switch to common rev_32 macro

2021-03-09 Thread Eric Biggers
On Sun, Mar 07, 2021 at 05:54:24PM +0100, Ard Biesheuvel wrote: > Drop the local definition of a byte swapping macro and use the common > one instead. > > Signed-off-by: Ard Biesheuvel > Reviewed-by: Nicolas Pitre > Reviewed-by: Geert Uytterhoeven > Reviewed-by: Linus Walleij Reviewed-by: Eri

[PATCH v2 2/2] crypto: arm/chacha-scalar - switch to common rev_32 macro

2021-03-07 Thread Ard Biesheuvel
Drop the local definition of a byte swapping macro and use the common one instead. Signed-off-by: Ard Biesheuvel Reviewed-by: Nicolas Pitre Reviewed-by: Geert Uytterhoeven Reviewed-by: Linus Walleij --- arch/arm/crypto/chacha-scalar-core.S | 43 ++-- 1 file changed, 13 inserti