This patch set adds support for AES-CCM algorithm and fixes application panic when source or destination mbuf segments are higher than max supported by the driver.
Nagadheeraj Rottela (2): crypto/nitrox: fix panic with higher mbuf segments crypto/nitrox: support AES-CCM doc/guides/cryptodevs/features/nitrox.ini | 3 + doc/guides/cryptodevs/nitrox.rst | 1 + doc/guides/rel_notes/release_23_11.rst | 4 ++ drivers/crypto/nitrox/nitrox_sym.c | 27 +++++++- drivers/crypto/nitrox/nitrox_sym_capabilities.c | 30 +++++++++ drivers/crypto/nitrox/nitrox_sym_ctx.h | 1 + drivers/crypto/nitrox/nitrox_sym_reqmgr.c | 82 +++++++++++++++++++++---- 7 files changed, 135 insertions(+), 13 deletions(-) -- 2.13.6