RE: [EXT] [PATCH v2 12/14] cryptodev: clarify rsa verify with none padding

2022-05-26 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: Thursday, May 26, 2022 2:07 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Zhang, Roy Fan > Subject: RE: [EXT] [PATCH v2 12/14] cryptodev: clarify rsa verify with none > padding > > > - Clarified wh

RE: [EXT] [PATCH v2 12/14] cryptodev: clarify rsa verify with none padding

2022-05-26 Thread Akhil Goyal
> - Clarified where should output be stored of signature > decryption with padding none. > PMD is not able to know what padding algorithm was used, > therefore decrypted signature should be returned to the user. > > Signed-off-by: Arek Kusztal > --- > lib/cryptodev/rte_crypto_asym.h | 7 ++-

[PATCH v2 12/14] cryptodev: clarify rsa verify with none padding

2022-05-25 Thread Arek Kusztal
- Clarified where should output be stored of signature decryption with padding none. PMD is not able to know what padding algorithm was used, therefore decrypted signature should be returned to the user. Signed-off-by: Arek Kusztal --- lib/cryptodev/rte_crypto_asym.h | 7 ++- 1 file changed,