Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-27 Thread LABBE Corentin
Le Mon, Apr 25, 2022 at 03:29:32PM +0100, Daniel P. Berrangé a écrit : > On Mon, Apr 25, 2022 at 03:03:11PM +0200, LABBE Corentin wrote: > > diff --git a/crypto/hash-nettle.c b/crypto/hash-nettle.c > > index 1ca1a41062..b9342b4fe1 100644 > > --- a/crypto/hash-nettle.c > > +++ b/crypto/hash-nettle.c

Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-27 Thread Daniel P . Berrangé
On Wed, Apr 27, 2022 at 10:34:24AM +0200, LABBE Corentin wrote: > Le Mon, Apr 25, 2022 at 03:29:32PM +0100, Daniel P. Berrangé a écrit : > > On Mon, Apr 25, 2022 at 03:03:11PM +0200, LABBE Corentin wrote: > > > diff --git a/crypto/hash-nettle.c b/crypto/hash-nettle.c > > > index 1ca1a41062..b9342b4

Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-25 Thread Daniel P . Berrangé
On Mon, Apr 25, 2022 at 03:03:11PM +0200, LABBE Corentin wrote: > diff --git a/crypto/hash-nettle.c b/crypto/hash-nettle.c > index 1ca1a41062..b9342b4fe1 100644 > --- a/crypto/hash-nettle.c > +++ b/crypto/hash-nettle.c > @@ -26,10 +26,22 @@ > #include > #include > > +#ifndef nettle_sha256_com

Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-25 Thread LABBE Corentin
Le Mon, Apr 25, 2022 at 11:19:16AM +0100, Daniel P. Berrangé a écrit : > On Sun, Apr 24, 2022 at 09:10:23PM +0200, LABBE Corentin wrote: > > Le Thu, Apr 21, 2022 at 01:38:00PM +0100, Peter Maydell a écrit : > > > On Sun, 10 Apr 2022 at 20:12, Corentin Labbe wrote: > > > > > > > > From: Corentin LA

Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-25 Thread Daniel P . Berrangé
On Sun, Apr 24, 2022 at 09:10:23PM +0200, LABBE Corentin wrote: > Le Thu, Apr 21, 2022 at 01:38:00PM +0100, Peter Maydell a écrit : > > On Sun, 10 Apr 2022 at 20:12, Corentin Labbe wrote: > > > > > > From: Corentin LABBE > > > > > > The Allwinner A10 has a cryptographic offloader device which > >

Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-24 Thread LABBE Corentin
Le Thu, Apr 21, 2022 at 01:38:00PM +0100, Peter Maydell a écrit : > On Sun, 10 Apr 2022 at 20:12, Corentin Labbe wrote: > > > > From: Corentin LABBE > > > > The Allwinner A10 has a cryptographic offloader device which > > could be easily emulated. > > The emulated device is tested with Linux only

Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-21 Thread Daniel P . Berrangé
On Thu, Apr 21, 2022 at 01:38:00PM +0100, Peter Maydell wrote: > On Sun, 10 Apr 2022 at 20:12, Corentin Labbe wrote: > > > > From: Corentin LABBE > > > > The Allwinner A10 has a cryptographic offloader device which > > could be easily emulated. > > The emulated device is tested with Linux only as

Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-21 Thread Peter Maydell
On Sun, 10 Apr 2022 at 20:12, Corentin Labbe wrote: > > From: Corentin LABBE > > The Allwinner A10 has a cryptographic offloader device which > could be easily emulated. > The emulated device is tested with Linux only as any of BSD does not > support it. > > Signed-off-by: Corentin LABBE Hi; th

[PATCH] hw/crypto: add Allwinner sun4i-ss crypto device

2022-04-10 Thread Corentin Labbe
From: Corentin LABBE The Allwinner A10 has a cryptographic offloader device which could be easily emulated. The emulated device is tested with Linux only as any of BSD does not support it. Signed-off-by: Corentin LABBE --- MAINTAINERS| 8 + docs/system/arm/cub