Re: [for-8.0 v2 07/11] cryptodev-builtin: Detect akcipher capability

2023-01-16 Thread Daniel P . Berrangé
On Tue, Nov 22, 2022 at 10:07:52PM +0800, zhenwei pi wrote: > Rather than exposing akcipher service/RSA algorithm to virtio crypto > device unconditionally, detect akcipher capability from akcipher > crypto framework. This avoids unsuccessful requests. > > Signed-off-by: zhenwei pi > --- > backe

[for-8.0 v2 07/11] cryptodev-builtin: Detect akcipher capability

2022-11-22 Thread zhenwei pi
Rather than exposing akcipher service/RSA algorithm to virtio crypto device unconditionally, detect akcipher capability from akcipher crypto framework. This avoids unsuccessful requests. Signed-off-by: zhenwei pi --- backends/cryptodev-builtin.c | 18 +++--- 1 file changed, 15 insert