> -----Original Message----- > From: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > Sent: Thursday, August 10, 2023 11:35 AM > To: dev@dpdk.org > Cc: ano...@marvell.com; Akhil Goyal <gak...@marvell.com>; Fan Zhang > <fanzhang....@gmail.com>; Ji, Kai <kai...@intel.com>; Gowrishankar > Muthukrishnan <gmuthukri...@marvell.com> > Subject: [v1 2/6] cryptodev: add RNG capability in EC based xform > > > diff --git a/drivers/crypto/openssl/rte_openssl_pmd_ops.c > b/drivers/crypto/openssl/rte_openssl_pmd_ops.c > index 2eb450fcfd..0f88669f41 100644 > * Value 0 mean implementation default > */ > + > + uint8_t internal_rng; > + /**< Availability of random number generator for Elliptic curve > based xform. > + * Value 0 means unavailable, and application should pass the > required > + * random value. Otherwise, PMD would internally compute the > random number. > + */ > }; > }; > > -- > 2.25.1 Acked-by: Arkadiusz Kusztal <arkadiuszx.kusz...@intel.com>