[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] eif: Use stateful qcrypto apis
From: |
Dorjoy Chowdhury |
Subject: |
Re: [PATCH] eif: Use stateful qcrypto apis |
Date: |
Mon, 9 Dec 2024 21:24:13 +0600 |
On Mon, Dec 2, 2024 at 9:39 PM Alexander Graf <graf@amazon.com> wrote:
>
>
> On 09.11.24 13:30, Dorjoy Chowdhury wrote:
> > We were storing the pointers to buffers in a GList due to lack of
> > stateful crypto apis and instead doing the final hash computation at
> > the end after we had all the necessary buffers. Now that we have the
> > stateful qcrypto apis available, we can instead update the hashes
> > inline in the read_eif_* functions which makes the code much simpler.
> >
> > Signed-off-by: Dorjoy Chowdhury <dorjoychy111@gmail.com>
>
>
> Reviewed-by: Alexander Graf <graf@amazon.com>
>
cc Paolo. This one has been reviewed as well so can be picked up for merging.
Regards,
Dorjoy