Re: [PATCH v4 13/15] crypto/hash-afalg: Remove old hash API functions

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:20PM +, Alejandro Zeise wrote: > Removes the old hash API functions in the afalg driver, > and modifies the hmac function to use the new helper functions. > > Signed-off-by: Alejandro Zeise > --- > crypto/hash-afalg.c | 59 +++

[PATCH v4 13/15] crypto/hash-afalg: Remove old hash API functions

2024-08-07 Thread Alejandro Zeise
Removes the old hash API functions in the afalg driver, and modifies the hmac function to use the new helper functions. Signed-off-by: Alejandro Zeise --- crypto/hash-afalg.c | 59 +++-- 1 file changed, 3 insertions(+), 56 deletions(-) diff --git a/crypto