crypto/octeontx: add asymmetric session operations
authorKanaka Durga Kotamarthy <kkotamarthy@marvell.com>
Fri, 11 Oct 2019 13:01:33 +0000 (18:31 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
commit33bcaae5f85ad805ee287bee42013e61a1cff6fa
treec76eca2c9f7e95493019514af2d80c08c97efc84
parent13d711f353c109ca93f2649d0935660824f25176
crypto/octeontx: add asymmetric session operations

Add asymmetric session setup and free functions. RSA and modexp
operations are supported.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Kanaka Durga Kotamarthy <kkotamarthy@marvell.com>
Signed-off-by: Sunila Sahu <ssahu@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
doc/guides/cryptodevs/features/octeontx.ini
doc/guides/cryptodevs/octeontx.rst
drivers/common/cpt/cpt_mcode_defines.h
drivers/common/cpt/cpt_ucode_asym.h [new file with mode: 0644]
drivers/crypto/octeontx/otx_cryptodev_capabilities.c
drivers/crypto/octeontx/otx_cryptodev_capabilities.h
drivers/crypto/octeontx/otx_cryptodev_ops.c