> -----Original Message----- > From: Gowrishankar Muthukrishnan <[email protected]> > Sent: Thursday, August 10, 2023 11:35 AM > To: [email protected] > Cc: [email protected]; Akhil Goyal <[email protected]>; Fan Zhang > <[email protected]>; Ji, Kai <[email protected]>; Gowrishankar > Muthukrishnan <[email protected]> > 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 <[email protected]>

