v1: - add SM4-XTS algo and test cases. Signed-off-by: Hanxiao Li --- Hanxiao Li (2): cryptodev: add SM4-XTS app/test: add SM4-XTS test cases app/test/test_cryptodev_blockcipher.c | 3 +- app/test/test_cryptodev_sm4_test_vectors.h | 58 ++++++++++++++++++++++ doc/guides/cryptodevs/features/default.ini | 1 + doc/guides/rel_notes/release_24_11.rst | 4 ++ lib/cryptodev/rte_crypto_sym.h | 4 +- lib/cryptodev/rte_cryptodev.c | 3 +- 6 files changed, 70 insertions(+), 3 deletions(-) -- 2.27.0