Re: [PATCH v4 03/15] crypto/hash-gcrypt: Implement new hash API

2024-08-09 Thread Daniel P . Berrangé
On Thu, Aug 08, 2024 at 06:24:10PM +, Alejandro Zeise wrote: > > On Wed, Aug 07, 2024 at 07:51:10PM +, Alejandro Zeise wrote: > > > Implements the new hashing API in the gcrypt hash driver. > > > Supports creating/destroying a context, updating the context with > > > input data and obtaini

RE: [PATCH v4 03/15] crypto/hash-gcrypt: Implement new hash API

2024-08-08 Thread Alejandro Zeise
> On Wed, Aug 07, 2024 at 07:51:10PM +, Alejandro Zeise wrote: > > Implements the new hashing API in the gcrypt hash driver. > > Supports creating/destroying a context, updating the context with > > input data and obtaining an output hash. > > > > Signed-off-by: Alejandro Zeise > > --- > > c

Re: [PATCH v4 03/15] crypto/hash-gcrypt: Implement new hash API

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:10PM +, Alejandro Zeise wrote: > Implements the new hashing API in the gcrypt hash driver. > Supports creating/destroying a context, updating the context > with input data and obtaining an output hash. > > Signed-off-by: Alejandro Zeise > --- > crypto/hash-gcryp

Re: [PATCH v4 03/15] crypto/hash-gcrypt: Implement new hash API

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:10PM +, Alejandro Zeise wrote: > Implements the new hashing API in the gcrypt hash driver. > Supports creating/destroying a context, updating the context > with input data and obtaining an output hash. > > Signed-off-by: Alejandro Zeise > --- > crypto/hash-gcryp

Re: [PATCH v4 03/15] crypto/hash-gcrypt: Implement new hash API

2024-08-08 Thread Daniel P . Berrangé
On Wed, Aug 07, 2024 at 07:51:10PM +, Alejandro Zeise wrote: > Implements the new hashing API in the gcrypt hash driver. > Supports creating/destroying a context, updating the context > with input data and obtaining an output hash. > > Signed-off-by: Alejandro Zeise > --- > crypto/hash-gcryp

[PATCH v4 03/15] crypto/hash-gcrypt: Implement new hash API

2024-08-07 Thread Alejandro Zeise
Implements the new hashing API in the gcrypt hash driver. Supports creating/destroying a context, updating the context with input data and obtaining an output hash. Signed-off-by: Alejandro Zeise --- crypto/hash-gcrypt.c | 79 1 file changed, 79 inser