Re: [PATCH] eif: Use stateful qcrypto apis

2024-12-13 Thread Philippe Mathieu-Daudé
On 9/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 upd

Re: [PATCH] eif: Use stateful qcrypto apis

2024-12-09 Thread Dorjoy Chowdhury
On Mon, Dec 2, 2024 at 9:39 PM Alexander Graf 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. N

Re: [PATCH] eif: Use stateful qcrypto apis

2024-12-02 Thread Alexander Graf
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 u

Re: [PATCH] eif: Use stateful qcrypto apis

2024-12-02 Thread Dorjoy Chowdhury
On Mon, Nov 25, 2024 at 9:01 PM Dorjoy Chowdhury wrote: > > On Mon, Nov 18, 2024 at 7:13 PM Dorjoy Chowdhury > wrote: > > > > Ping. > > > > Ping... > This hasn't been reviewed and I think this one simplifies the code in > eif.c and is quite small. > Gentle ping. Regards, Dorjoy

Re: [PATCH] eif: Use stateful qcrypto apis

2024-11-25 Thread Dorjoy Chowdhury
On Mon, Nov 18, 2024 at 7:13 PM Dorjoy Chowdhury wrote: > > Ping. > Ping... This hasn't been reviewed and I think this one simplifies the code in eif.c and is quite small. Regards, Dorjoy

Re: [PATCH] eif: Use stateful qcrypto apis

2024-11-18 Thread Dorjoy Chowdhury
Ping. This is also a smaller one that needs to be reviewed. Regards, Dorjoy

[PATCH] eif: Use stateful qcrypto apis

2024-11-09 Thread Dorjoy Chowdhury
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_* func