[dpdk-dev] [EXT] [PATCH] cryptodev: extend api of asymmetric crypto by sessionless

Shally Verma shallyv at marvell.com
Wed Jun 5 14:16:38 CEST 2019



> -----Original Message-----
> From: Arek Kusztal <arkadiuszx.kusztal at intel.com>
> Sent: Tuesday, June 4, 2019 1:14 AM
> To: dev at dpdk.org
> Cc: akhil.goyal at nxp.com; fiona.trahe at intel.com;
> shally.verma at caviumnetworks.com; Arek Kusztal
> <arkadiuszx.kusztal at intel.com>
> Subject: [EXT] [PATCH] cryptodev: extend api of asymmetric crypto by
> sessionless
> 
> External Email
> 
> ----------------------------------------------------------------------
> Asymmetric cryptography algorithms may more likely use sessionless API so
> there is need to extend API.
> 
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
> ---
>  lib/librte_cryptodev/rte_crypto_asym.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/lib/librte_cryptodev/rte_crypto_asym.h
> b/lib/librte_cryptodev/rte_crypto_asym.h
> index 8672f21..5d69692 100644
> --- a/lib/librte_cryptodev/rte_crypto_asym.h
> +++ b/lib/librte_cryptodev/rte_crypto_asym.h
> @@ -503,6 +503,8 @@ struct rte_crypto_dsa_op_param {  struct
> rte_crypto_asym_op {
>  	struct rte_cryptodev_asym_session *session;
>  	/**< Handle for the initialised session context */
> +	struct rte_crypto_asym_xform *xform;
> +	/**< Session-less API crypto operation parameters */

[Shally] Ack to this change. But is this all that is needed to support sessionless? Do you have working poc with sessionless?

Thanks
Shally

> 
>  	__extension__
>  	union {
> --
> 2.7.4



More information about the dev mailing list