Re: [PULL 07/17] crypto/hash-afalg: Implement new hash API

2024-10-16 Thread Markus Armbruster
Daniel P. Berrangé writes: > 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

[PULL 07/17] crypto/hash-afalg: Implement new hash API

2024-10-10 Thread Daniel P . Berrangé
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