RE: [PATCH] lib/cryptodev: move RSA padding information into xform

2023-09-27 Thread Gowrishankar Muthukrishnan
Hi Arek, > > RSA padding information could be a xform entity rather than part of > > crypto op, as it seems associated with hashing algorithm used for the > > entire crypto session, where this algorithm is used in message digest > > itself. Even in virtIO standard spec, this info is associated in

RE: [PATCH] lib/cryptodev: move RSA padding information into xform

2023-06-01 Thread Kusztal, ArkadiuszX
gt; > Subject: [PATCH] lib/cryptodev: move RSA padding information into xform > > RSA padding information could be a xform entity rather than part of crypto op, > as it seems associated with hashing algorithm used for the entire crypto > session, > where this algorithm is

[PATCH] lib/cryptodev: move RSA padding information into xform

2023-05-17 Thread Gowrishankar Muthukrishnan
RSA padding information could be a xform entity rather than part of crypto op, as it seems associated with hashing algorithm used for the entire crypto session, where this algorithm is used in message digest itself. Even in virtIO standard spec, this info is associated in the asymmetric session cre