Re: [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine

2021-03-10 Thread Joel Stanley
On Tue, 9 Mar 2021 at 01:02, Andrew Jeffery wrote: > > > > On Wed, 3 Mar 2021, at 17:33, Joel Stanley wrote: > > The HACE (Hash and Crpyto Engine) is a device that offloads MD5, SHA1, > > SHA2, RSA and other cryptographic algorithms. > > > > This initial model implements a subset of the device's f

Re: [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine

2021-03-09 Thread Philippe Mathieu-Daudé
On 3/3/21 8:03 AM, Joel Stanley wrote: > The HACE (Hash and Crpyto Engine) is a device that offloads MD5, SHA1, Typo "Crypto" > SHA2, RSA and other cryptographic algorithms. > > This initial model implements a subset of the device's functionality; > currently only direct access (non-scatter gath

Re: [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine

2021-03-08 Thread Andrew Jeffery
On Wed, 3 Mar 2021, at 17:33, Joel Stanley wrote: > The HACE (Hash and Crpyto Engine) is a device that offloads MD5, SHA1, > SHA2, RSA and other cryptographic algorithms. > > This initial model implements a subset of the device's functionality; > currently only direct access (non-scatter gather

[PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine

2021-03-02 Thread Joel Stanley
The HACE (Hash and Crpyto Engine) is a device that offloads MD5, SHA1, SHA2, RSA and other cryptographic algorithms. This initial model implements a subset of the device's functionality; currently only direct access (non-scatter gather) hashing. Signed-off-by: Joel Stanley Signed-off-by: Cédric