Re: [PATCH 06/24] hw: Model ASPEED's Hash and Crypto Engine

2021-04-07 Thread Klaus Heinrich Kiwi
On 4/7/2021 2:16 PM, Cédric Le Goater wrote: From: Joel Stanley The HACE (Hash and Crypto 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-scatte

[PATCH 06/24] hw: Model ASPEED's Hash and Crypto Engine

2021-04-07 Thread Cédric Le Goater
From: Joel Stanley The HACE (Hash and Crypto 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 R