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

2024-03-11 Thread Thomas Huth
On 11/03/2024 11.14, Daniel P. Berrangé wrote: On Mon, Mar 11, 2024 at 09:32:32AM +, Daniel P. Berrangé wrote: On Fri, Mar 08, 2024 at 09:30:52PM +0100, Thomas Huth wrote: On 07/12/2023 16.47, Hyman Huang wrote: Introduce the SM4 cipher algorithms (OSCCA GB/T 32907-2016). SM4

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

2024-03-11 Thread Daniel P . Berrangé
On Mon, Mar 11, 2024 at 09:32:32AM +, Daniel P. Berrangé wrote: > On Fri, Mar 08, 2024 at 09:30:52PM +0100, Thomas Huth wrote: > > On 07/12/2023 16.47, Hyman Huang wrote: > > > Introduce the SM4 cipher algorithms (OSCCA GB/T 32907-2016). > > > > > > SM4 (GBT.32907-2016) is a cryptographic

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

2024-03-11 Thread Daniel P . Berrangé
On Fri, Mar 08, 2024 at 09:30:52PM +0100, Thomas Huth wrote: > On 07/12/2023 16.47, 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

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

2024-03-08 Thread Thomas Huth
On 07/12/2023 16.47, 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 algorithms for the use within

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

2023-12-08 Thread Daniel P . Berrangé
On Thu, Dec 07, 2023 at 11:47:35PM +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

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

2023-12-07 Thread Yong Huang
I'll post the changelog between versions in the next version if needed. :) v6: - modify the comment about how to enable sm4 crypto feature v5: - drop the crypto-sm4 option in build system v4 - refactor the error report info, change "sm4"->"libsm4" On Fri, Dec 8, 2023 at 12:02 AM Philippe

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

2023-12-07 Thread Philippe Mathieu-Daudé
Hi Hyman, On 7/12/23 16:47, 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 algorithms for the use

[PATCH v6] crypto: Introduce SM4 symmetric cipher algorithm

2023-12-07 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. Detect the SM4 cipher algorithms and