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
> 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
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
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
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
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