Re: [PATCH v4 06/15] crypto/hash-afalg: Implement new hash API

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:13PM +, Alejandro Zeise wrote: > 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

[PATCH v4 06/15] crypto/hash-afalg: Implement new hash API

2024-08-07 Thread 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 kernel via the socket sen