RE: [EXT] [PATCH 29/40] cryptodev: add salt length and optional label

2022-05-24 Thread Akhil Goyal
> > > diff --git a/lib/cryptodev/rte_crypto_asym.h > > > b/lib/cryptodev/rte_crypto_asym.h index 97c3fbee38..c864b8a115 100644 > > > --- a/lib/cryptodev/rte_crypto_asym.h > > > +++ b/lib/cryptodev/rte_crypto_asym.h > > > @@ -205,12 +205,29 @@ struct rte_crypto_rsa_priv_key_qt { > > > */ > > > st

RE: [EXT] [PATCH 29/40] cryptodev: add salt length and optional label

2022-05-24 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: Tuesday, May 24, 2022 2:30 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Anoob Joseph ; Zhang, Roy Fan > > Subject: RE: [EXT] [PATCH 29/40] cryptodev: add salt length and optional label > > > - added

RE: [EXT] [PATCH 29/40] cryptodev: add salt length and optional label

2022-05-24 Thread Akhil Goyal
> - added salt length and optional label. > Common parameters to PSS and OAEP padding for RSA. Please add description about how it is expected to be used. > - Fixed hash API in RSA padding. > Now it is specified how hash should be used with > particular RSA padding modes. I believe this should b