The Cryptographic Accelerator Unit (CPT) on MARVELL platform supports different engine groups to execute both symmetric and asymmetric algorithms. This small patch set introduces minor enhancements to the engine group handling logic to ensure the correct group numbers are obtained for AE and SE. patch(1/1) * extend the otx2_cpt_get_kcrypto_eng_grp_num() API to support retrieving engine group numbers for additional engine types. patch(2/2) * Add support for retrieving the engine group number for the asymmetric engine type. Amit Singh Tomar (2): crypto: octeontx2: Rework how engine group number is obtained crypto: octeontx2: get engine group number for asymmetric engine .../marvell/octeontx2/otx2_cpt_reqmgr.h | 3 ++- drivers/crypto/marvell/octeontx2/otx2_cptlf.h | 3 ++- .../marvell/octeontx2/otx2_cptvf_algs.c | 6 +++-- .../marvell/octeontx2/otx2_cptvf_main.c | 26 +++++++++++++++---- .../marvell/octeontx2/otx2_cptvf_mbox.c | 7 ++++- .../marvell/octeontx2/otx2_cptvf_reqmgr.c | 14 ++++++++-- 6 files changed, 47 insertions(+), 12 deletions(-) -- 2.48.1