DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms
@ 2022-09-28 13:17 Arek Kusztal
  2022-09-28 13:18 ` [PATCH v2 1/2] cryptodev: add sm4 encryption algorithm Arek Kusztal
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Arek Kusztal @ 2022-09-28 13:17 UTC (permalink / raw)
  To: dev; +Cc: gakhil, kai.ji, 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 string
- Added full name of the algorithm

Arek Kusztal (2):
  cryptodev: add sm4 encryption algorithm
  cryptodev: add sm3 hash algorithm

 doc/guides/cryptodevs/features/default.ini |  4 ++++
 doc/guides/rel_notes/release_22_11.rst     |  9 +++++++++
 lib/cryptodev/rte_crypto_sym.h             | 13 +++++++++++--
 lib/cryptodev/rte_cryptodev.c              |  8 ++++++--
 4 files changed, 30 insertions(+), 4 deletions(-)

-- 
2.13.6


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-09-30 17:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 13:17 [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms Arek Kusztal
2022-09-28 13:18 ` [PATCH v2 1/2] cryptodev: add sm4 encryption algorithm Arek Kusztal
2022-09-28 15:26   ` Ji, Kai
2022-09-28 13:18 ` [PATCH v2 2/2] cryptodev: add sm3 hash algorithm Arek Kusztal
2022-09-28 15:27   ` Ji, Kai
2022-09-28 15:29 ` [EXT] [PATCH v2 0/2] cryptodev: add SM3 and SM4 algorithms Anoob Joseph
2022-09-29 19:24 ` Akhil Goyal
2022-09-30  8:35   ` Kusztal, ArkadiuszX
2022-09-30  8:39     ` Akhil Goyal
2022-09-30 17:43     ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).