Re: [PATCH v2 10/28] hash: integrate hash on mbedtls

2024-05-09 Thread Ilias Apalodimas
On Tue, 7 May 2024 at 20:56, 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 new ones. > >

[PATCH v2 10/28] hash: integrate hash on mbedtls

2024-05-07 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. common/hash.c | 134 +