RE: [PATCH 9/9] crypto: Introduce RSA algorithm

2022-05-26 Thread Gonglei (Arei)
ger.kernel.org; jasow...@redhat.com; coh...@redhat.com; > pizhen...@bytedance.com; helei.si...@bytedance.com > Subject: [PATCH 9/9] crypto: Introduce RSA algorithm > > From: zhenwei pi > > There are two parts in this patch: > 1, support akcipher service by cryptodev-builtin dr

[PATCH 9/9] crypto: Introduce RSA algorithm

2022-05-25 Thread Lei He
From: zhenwei pi There are two parts in this patch: 1, support akcipher service by cryptodev-builtin driver 2, virtio-crypto driver supports akcipher service In principle, we should separate this into two patches, to avoid compiling error, merge them into one. Then virtio-crypto gets request fr