RE: [PATCH] lib/cryptodev: set minimal output buffer size for RSA op

2023-05-30 Thread Akhil Goyal
> > Subject: [PATCH] lib/cryptodev: set minimal output buffer size for RSA op > > > > Depending on RSA op, the output buffer size could be set > > minimal expected memory, rather than 0 as today. This will allow > > PMD to do any validation on the size, in case an

RE: [PATCH] lib/cryptodev: set minimal output buffer size for RSA op

2023-05-25 Thread Akhil Goyal
> Subject: [PATCH] lib/cryptodev: set minimal output buffer size for RSA op > > Depending on RSA op, the output buffer size could be set > minimal expected memory, rather than 0 as today. This will allow > PMD to do any validation on the size, in case an application > did not cr

[PATCH] lib/cryptodev: set minimal output buffer size for RSA op

2023-05-17 Thread Gowrishankar Muthukrishnan
Depending on RSA op, the output buffer size could be set minimal expected memory, rather than 0 as today. This will allow PMD to do any validation on the size, in case an application did not create enough memory or even in case of any memory fault. Signed-off-by: Gowrishankar Muthukrishnan --- a