Re: [PATCH v3 2/5] lib: sha256: add feature sha256_hmac

2024-12-11 Thread Philippe REYNES
Hi Raymond, Le 09/12/2024 à 17:06, Raymond Mao a écrit : *This Mail comes from Outside of SoftAtHome: *Do not answer, click links or open attachments unless you recognize the sender and know the content is safe.** Hi Philippe, On Mon, 9 Dec 2024 at 04:42, Philippe Reynes wrote: Ad

Re: [PATCH v3 2/5] lib: sha256: add feature sha256_hmac

2024-12-09 Thread Raymond Mao
Hi Philippe, On Mon, 9 Dec 2024 at 04:42, Philippe Reynes wrote: > Adds the support of the hmac based on sha256. > This implementation is based on rfc2104. > > Signed-off-by: Philippe Reynes > --- > include/u-boot/sha256.h | 4 > lib/mbedtls/sha256.c| 38 +

[PATCH v3 2/5] lib: sha256: add feature sha256_hmac

2024-12-09 Thread Philippe Reynes
Adds the support of the hmac based on sha256. This implementation is based on rfc2104. Signed-off-by: Philippe Reynes --- include/u-boot/sha256.h | 4 lib/mbedtls/sha256.c| 38 ++ lib/sha256.c| 37 + 3