[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <C7191BC8-5BE0-47CB-A302-735BBD1CBED0@bytedance.com>
Date: Thu, 30 Jun 2022 15:23:39 +0800
From: Lei He <helei.sig11@...edance.com>
To: Herbert Xu <herbert@...dor.apana.org.au>
Cc: Lei He <helei.sig11@...edance.com>, davem@...emloft.net,
dhowells@...hat.com, "Michael S. Tsirkin" <mst@...hat.com>,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
berrange@...hat.com, pizhenwei@...edance.com
Subject: Re: [External] [PATCH v2 0/4] virtio-crypto: support ECDSA algorithm
> On Jun 30, 2022, at 2:59 PM, Herbert Xu <herbert@...dor.apana.org.au> wrote:
>
> On Thu, Jun 23, 2022 at 03:05:46PM +0800, Lei He wrote:
>> From: lei he <helei.sig11@...edance.com>
>>
>> This patch supports the ECDSA algorithm for virtio-crypto.
>
> Why is this necessary?
>
The main purpose of this patch is to offload ECDSA computations to virtio-crypto dev.
We can modify the backend of virtio-crypto to allow hardware like Intel QAT cards to
perform the actual calculations, and user-space applications such as HTTPS server
can access those backend in a unified way(eg, keyctl_pk_xx syscall).
Related works are also described in following patch series:
https://lwn.net/ml/linux-crypto/20220525090118.43403-1-helei.sig11@bytedance.com/
> Thanks,
> --
> Email: Herbert Xu <herbert@...dor.apana.org.au>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists