Re: [PATCH v3 0/2] crypto: arm - clean up redundant helper macros

2021-03-19 Thread Herbert Xu
On Wed, Mar 10, 2021 at 11:14:19AM +0100, Ard Biesheuvel wrote: > Now that ARM's asm/assembler.h provides mov_l and rev_l macros, let's get > rid of the locally defined ones that live in the ChaCha and AES crypto code. > > Changes since v2: > - fix rev_32->rev_l in the patch subject lines > - add

[PATCH v3 0/2] crypto: arm - clean up redundant helper macros

2021-03-10 Thread Ard Biesheuvel
Now that ARM's asm/assembler.h provides mov_l and rev_l macros, let's get rid of the locally defined ones that live in the ChaCha and AES crypto code. Changes since v2: - fix rev_32->rev_l in the patch subject lines - add Eric's ack Changes since v1: - drop the patch that introduces rev_l, it has