RE: [PATCH v2 1/2] cryptodev: add sm4 encryption algorithm

2022-09-28 Thread Ji, Kai
Acked-by: Kai Ji > -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, September 28, 2022 2:18 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai ; Kusztal, ArkadiuszX > > Subject: [PATCH v2 1/2] cryptodev: add sm4 encryption algorithm > >

[PATCH v2 1/2] cryptodev: add sm4 encryption algorithm

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. - Added SM4 encryption algorithm. Supported modes are ECB, CBC and CTR. Signed-off-by: Arek Kusztal --- doc/guides/cryptodevs/features/default.ini | 3 +++