Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-19 Thread Simon Glass
Hi Ilias, On Tue, 17 Sept 2024 at 15:02, Ilias Apalodimas wrote: > > Hi Simon, > > On Mon, 16 Sept 2024 at 18:43, Simon Glass wrote: > > > > Hi Ilias, > > > > On Fri, 13 Sept 2024 at 09:04, Ilias Apalodimas > > wrote: > > > > > > > > > Hi Simon, > > > > > > Apologies lost that email > > > > > >

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-17 Thread Ilias Apalodimas
Hi Simon, On Mon, 16 Sept 2024 at 18:43, Simon Glass wrote: > > Hi Ilias, > > On Fri, 13 Sept 2024 at 09:04, Ilias Apalodimas > wrote: > > > > > > Hi Simon, > > > > Apologies lost that email > > > > > On Sun, Sep 01, 2024 at 02:09:44PM -0600, Simon Glass wrote: > > > Hi Ilias, > > > > > > On Fri

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-16 Thread Raymond Mao
Hi Ilias, On Fri, 13 Sept 2024 at 11:04, Ilias Apalodimas wrote: > > Hi Simon, > > Apologies lost that email > > > On Sun, Sep 01, 2024 at 02:09:44PM -0600, Simon Glass wrote: > > Hi Ilias, > > > > On Fri, 30 Aug 2024 at 03:37, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > On Th

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-16 Thread Simon Glass
Hi Ilias, On Fri, 13 Sept 2024 at 09:04, Ilias Apalodimas wrote: > > > Hi Simon, > > Apologies lost that email > > > On Sun, Sep 01, 2024 at 02:09:44PM -0600, Simon Glass wrote: > > Hi Ilias, > > > > On Fri, 30 Aug 2024 at 03:37, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > On T

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-13 Thread Ilias Apalodimas
Hi Simon, Apologies lost that email > On Sun, Sep 01, 2024 at 02:09:44PM -0600, Simon Glass wrote: > Hi Ilias, > > On Fri, 30 Aug 2024 at 03:37, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > On Thu, 29 Aug 2024 at 18:01, Simon Glass wrote: > > > > > > Hi Raymond, > > > > > > On Fri, 16

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-06 Thread Ilias Apalodimas
Hi Raymond, On Fri, 6 Sept 2024 at 17:00, Raymond Mao wrote: > > Hi Ilias, > > On Fri, 6 Sept 2024 at 03:36, Ilias Apalodimas > wrote: >> >> Hi Raymond, >> >> On Tue, 3 Sept 2024 at 18:54, Raymond Mao wrote: >> > >> > Hi Ilias, >> > >> > On Fri, 30 Aug 2024 at 05:37, Ilias Apalodimas >> > wr

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-06 Thread Raymond Mao
Hi Ilias, On Fri, 6 Sept 2024 at 03:36, Ilias Apalodimas wrote: > Hi Raymond, > > On Tue, 3 Sept 2024 at 18:54, Raymond Mao wrote: > > > > Hi Ilias, > > > > On Fri, 30 Aug 2024 at 05:37, Ilias Apalodimas < > ilias.apalodi...@linaro.org> wrote: > >> > >> Hi Simon, > >> > >> On Thu, 29 Aug 2024 a

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-06 Thread Ilias Apalodimas
Hi Raymond, On Tue, 3 Sept 2024 at 18:54, Raymond Mao wrote: > > Hi Ilias, > > On Fri, 30 Aug 2024 at 05:37, Ilias Apalodimas > wrote: >> >> Hi Simon, >> >> On Thu, 29 Aug 2024 at 18:01, Simon Glass wrote: >> > >> > Hi Raymond, >> > >> > On Fri, 16 Aug 2024 at 15:47, Raymond Mao wrote: >> > >

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-03 Thread Raymond Mao
Hi Ilias, On Fri, 30 Aug 2024 at 05:37, Ilias Apalodimas wrote: > Hi Simon, > > On Thu, 29 Aug 2024 at 18:01, Simon Glass wrote: > > > > Hi Raymond, > > > > On Fri, 16 Aug 2024 at 15:47, Raymond Mao > wrote: > > > > > > Integrate common/hash.c on the hash shim layer so that hash APIs > > > fro

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-03 Thread Raymond Mao
Hi Ilias, On Wed, 28 Aug 2024 at 05:54, Ilias Apalodimas wrote: > Hi Raymond > > On Sat, 17 Aug 2024 at 00:47, Raymond Mao wrote: > > > > Integrate common/hash.c on the hash shim layer so that hash APIs > > from mbedtls can be leveraged by boot/image and efi_loader. > > > > Signed-off-by: Raymo

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-03 Thread Raymond Mao
Hi Simon, On Thu, 29 Aug 2024 at 11:01, Simon Glass wrote: > Hi Raymond, > > On Fri, 16 Aug 2024 at 15:47, Raymond Mao wrote: > > > > Integrate common/hash.c on the hash shim layer so that hash APIs > > from mbedtls can be leveraged by boot/image and efi_loader. > > > > Signed-off-by: Raymond M

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-09-01 Thread Simon Glass
Hi Ilias, On Fri, 30 Aug 2024 at 03:37, Ilias Apalodimas wrote: > > Hi Simon, > > On Thu, 29 Aug 2024 at 18:01, Simon Glass wrote: > > > > Hi Raymond, > > > > On Fri, 16 Aug 2024 at 15:47, Raymond Mao wrote: > > > > > > Integrate common/hash.c on the hash shim layer so that hash APIs > > > from

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-08-30 Thread Ilias Apalodimas
Hi Simon, On Thu, 29 Aug 2024 at 18:01, Simon Glass wrote: > > Hi Raymond, > > On Fri, 16 Aug 2024 at 15:47, Raymond Mao wrote: > > > > Integrate common/hash.c on the hash shim layer so that hash APIs > > from mbedtls can be leveraged by boot/image and efi_loader. > > > > Signed-off-by: Raymond

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-08-29 Thread Simon Glass
Hi Raymond, On Fri, 16 Aug 2024 at 15:47, Raymond Mao wrote: > > Integrate common/hash.c on the hash shim layer so that hash APIs > from mbedtls can be leveraged by boot/image and efi_loader. > > Signed-off-by: Raymond Mao > --- > Changes in v2 > - Use the original head files instead of creating

Re: [PATCH v6 07/28] hash: integrate hash on mbedtls

2024-08-28 Thread Ilias Apalodimas
Hi Raymond On Sat, 17 Aug 2024 at 00:47, Raymond Mao wrote: > > Integrate common/hash.c on the hash shim layer so that hash APIs > from mbedtls can be leveraged by boot/image and efi_loader. > > Signed-off-by: Raymond Mao > --- > Changes in v2 > - Use the original head files instead of creating

[PATCH v6 07/28] hash: integrate hash on mbedtls

2024-08-16 Thread Raymond Mao
Integrate common/hash.c on the hash shim layer so that hash APIs from mbedtls can be leveraged by boot/image and efi_loader. Signed-off-by: Raymond Mao --- Changes in v2 - Use the original head files instead of creating new ones. Changes in v3 - Add handle checkers for malloc. Changes in v4 - Non