RE: [PATCH v3 3/4] virtio-crypto: implement RSA algorithm

2022-03-04 Thread Gonglei (Arei) via Virtualization
..@vger.kernel.org; > herb...@gondor.apana.org.au; helei.si...@bytedance.com; zhenwei pi > ; kernel test robot > Subject: [PATCH v3 3/4] virtio-crypto: implement RSA algorithm > > Support rsa & pkcs1pad(rsa,sha1) with priority 150. > > Test with QEMU built-in backend, it

[PATCH v3 3/4] virtio-crypto: implement RSA algorithm

2022-03-01 Thread zhenwei pi
Support rsa & pkcs1pad(rsa,sha1) with priority 150. Test with QEMU built-in backend, it works fine. 1, The self-test framework of crypto layer works fine in guest kernel 2, Test with Linux guest(with asym support), the following script test(note that pkey_XXX is supported only in a newer version o