This patchset adds support for AES-GCM and cipher only offload. --- v3: * Fixed compilation error while compiling individual patches.
v2: * Rebased patches to latest master and resolved merge conflict. * Updated release notes. Nagadheeraj Rottela (2): crypto/nitrox: support AES-GCM crypto/nitrox: support cipher only crypto operations doc/guides/cryptodevs/features/nitrox.ini | 3 + doc/guides/cryptodevs/nitrox.rst | 6 +- doc/guides/rel_notes/release_20_11.rst | 5 + drivers/crypto/nitrox/nitrox_sym.c | 85 ++++- .../crypto/nitrox/nitrox_sym_capabilities.c | 30 ++ drivers/crypto/nitrox/nitrox_sym_ctx.h | 5 +- drivers/crypto/nitrox/nitrox_sym_reqmgr.c | 357 ++++++++++++++---- 7 files changed, 409 insertions(+), 82 deletions(-) -- 2.20.1