Re: [PATCH] crypto: Introduce SM4 symmetric cipher algorithm

2023-11-27 Thread Yong Huang
On Tue, Nov 28, 2023 at 12:11 AM Daniel P. Berrangé wrote: > On Mon, Nov 27, 2023 at 11:55:34PM +0800, Hyman Huang wrote: > > Introduce the SM4 cipher algorithms (OSCCA GB/T 32907-2016). > > > > SM4 (GBT.32907-2016) is a cryptographic standard issued by the > > Organization of State Commercial Ad

Re: [PATCH] crypto: Introduce SM4 symmetric cipher algorithm

2023-11-27 Thread Daniel P . Berrangé
On Mon, Nov 27, 2023 at 11:55:34PM +0800, Hyman Huang wrote: > Introduce the SM4 cipher algorithms (OSCCA GB/T 32907-2016). > > SM4 (GBT.32907-2016) is a cryptographic standard issued by the > Organization of State Commercial Administration of China (OSCCA) > as an authorized cryptographic algorit

[PATCH] crypto: Introduce SM4 symmetric cipher algorithm

2023-11-27 Thread Hyman Huang
Introduce the SM4 cipher algorithms (OSCCA GB/T 32907-2016). SM4 (GBT.32907-2016) is a cryptographic standard issued by the Organization of State Commercial Administration of China (OSCCA) as an authorized cryptographic algorithms for the use within China. Signed-off-by: Hyman Huang --- crypto/