Re: [PATCH v4 07/15] crypto/hash: Implement and use new hash API

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:14PM +, Alejandro Zeise wrote: > Changes the public hash API implementation to support accumulative hashing. > > Implementations for the public functions are added to call the new > driver functions that implement context creation, updating, > finalization, and de

[PATCH v4 07/15] crypto/hash: Implement and use new hash API

2024-08-07 Thread Alejandro Zeise
Changes the public hash API implementation to support accumulative hashing. Implementations for the public functions are added to call the new driver functions that implement context creation, updating, finalization, and destruction. Additionally changes the "shortcut" functions to use these 4 ne