RE: [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms

2022-09-30 Thread Akhil Goyal
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, September 30, 2022 2:06 PM > To: Akhil Goyal ; dev@dpdk.org > Cc: Ji, Kai > Subject: RE: [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms > > > > > -Original Message

RE: [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms

2022-09-30 Thread Akhil Goyal
> > > ShangMi 4 (SM4) is a block cipher used in the Chinese National > > > Standard for Wireless LAN WAPI and also used with Transport Layer > > > Security. > > > ShangMi 3 (SM3) is a cryptographic hash function used in the Chinese > > > National Standard. > > > > > > This patcheset adds both to t

RE: [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms

2022-09-30 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: Thursday, September 29, 2022 9:25 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Ji, Kai > Subject: RE: [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms > > > ShangMi 4 (SM4) is a block cipher u

RE: [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms

2022-09-29 Thread Akhil Goyal
> ShangMi 4 (SM4) is a block cipher used in the Chinese National Standard for > Wireless LAN WAPI and also used with Transport Layer Security. > ShangMi 3 (SM3) is a cryptographic hash function used in the > Chinese National Standard. > > This patcheset adds both to the Cryptodev. > > v2: > - Fix

RE: [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms

2022-09-28 Thread Anoob Joseph
> -Original Message- > From: Arek Kusztal > Sent: Wednesday, September 28, 2022 6:48 PM > To: dev@dpdk.org > Cc: Akhil Goyal ; kai...@intel.com; Arek Kusztal > > Subject: [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithm

[PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms

2022-09-28 Thread Arek Kusztal
ShangMi 4 (SM4) is a block cipher used in the Chinese National Standard for Wireless LAN WAPI and also used with Transport Layer Security. ShangMi 3 (SM3) is a cryptographic hash function used in the Chinese National Standard. This patcheset adds both to the Cryptodev. v2: - Fixed incorrect sm3 s