Re: [PATCH v5 3/9] crypto: Introduce akcipher crypto class

2022-05-12 Thread Daniel P . Berrangé
On Thu, Apr 28, 2022 at 09:59:37PM +0800, zhenwei pi wrote: > Introduce new akcipher crypto class 'QCryptoAkCIpher', which supports > basic asymmetric operations: encrypt, decrypt, sign and verify. > > Suggested by Daniel P. Berrangé, also add autoptr cleanup for the new > class. Thanks to Daniel!

[PATCH v5 3/9] crypto: Introduce akcipher crypto class

2022-04-28 Thread zhenwei pi
Introduce new akcipher crypto class 'QCryptoAkCIpher', which supports basic asymmetric operations: encrypt, decrypt, sign and verify. Suggested by Daniel P. Berrangé, also add autoptr cleanup for the new class. Thanks to Daniel! Co-developed-by: lei he Signed-off-by: lei he Signed-off-by: zhenw