Re: [PATCH v5 04/16] crypto/hash-gnutls: Implement new hash API

2024-10-10 Thread Daniel P . Berrangé
On Tue, Oct 08, 2024 at 09:57:11AM +0200, Cédric Le Goater wrote: > From: Alejandro Zeise > > Implements the new hashing API in the gnutls hash driver. > Supports creating/destroying a context, updating the context > with input data and obtaining an output hash. > > Signed-off-by: Alejandro Zeis

[PATCH v5 04/16] crypto/hash-gnutls: Implement new hash API

2024-10-08 Thread Cédric Le Goater
From: Alejandro Zeise Implements the new hashing API in the gnutls hash driver. Supports creating/destroying a context, updating the context with input data and obtaining an output hash. Signed-off-by: Alejandro Zeise [ clg: - Dropped qcrypto_hash_supports() in qcrypto_gnutls_hash_new()