Re: [PATCH v5 07/16] crypto/hash-afalg: Implement new hash API

2024-10-10 Thread Daniel P . Berrangé
On Tue, Oct 08, 2024 at 09:57:14AM +0200, Cédric Le Goater wrote: > From: Alejandro Zeise > > Updates the afalg hash driver to support the new accumulative > hashing changes as part of the patch series. > > Implements opening/closing of contexts, updating hash data > and finalizing the hash dige

[PATCH v5 07/16] crypto/hash-afalg: Implement new hash API

2024-10-08 Thread Cédric Le Goater
From: Alejandro Zeise Updates the afalg hash driver to support the new accumulative hashing changes as part of the patch series. Implements opening/closing of contexts, updating hash data and finalizing the hash digest. In order to support the update function, a flag needs to be passed to the k