Re: [PATCH v4 3/7] crypto include/crypto target/arm: move sm4_sbox to crypto

2022-01-17 Thread Weiwei Li
在 2022/1/18 上午7:28, Alistair Francis 写道: On Tue, Jan 11, 2022 at 1:57 PM Weiwei Li wrote: - share it between target/arm and target/riscv Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang Reviewed-by: Philippe Mathieu-Daudé Do you mind fixing up the commit title? Maybe something

Re: [PATCH v4 3/7] crypto include/crypto target/arm: move sm4_sbox to crypto

2022-01-17 Thread Alistair Francis
On Tue, Jan 11, 2022 at 1:57 PM Weiwei Li wrote: > >- share it between target/arm and target/riscv > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang > Reviewed-by: Philippe Mathieu-Daudé Do you mind fixing up the commit title? Maybe something more like: crypto: move sm4_sbox fr

[PATCH v4 3/7] crypto include/crypto target/arm: move sm4_sbox to crypto

2022-01-10 Thread Weiwei Li
- share it between target/arm and target/riscv Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang Reviewed-by: Philippe Mathieu-Daudé --- crypto/meson.build | 1 + crypto/sm4.c | 49 ++ include/crypto/sm4.h | 6 + targ