> 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 Intel QuickAssist Technology PMD. > > Depends-on: series-24882 ("cryptodev: add SM3 and SM4 algorithms") > > v2: > - Fixed hardcoded number. > > Arek Kusztal (2): > crypto/qat: add SM4 encryption algorithm > crypto/qat : add SM3 hash algorithm > > doc/guides/cryptodevs/features/qat.ini | 4 +++ > doc/guides/rel_notes/release_22_11.rst | 7 ++++++ > drivers/common/qat/qat_adf/icp_qat_hw.h | 4 ++- > drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c | 9 +++++++ > drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c | 9 +++++++ > drivers/crypto/qat/qat_sym_session.c | 37 +++++++++++++++++++++++++- > -- applied to dpdk-next-crypto
Thanks.