Re: [PATCH v7 5/9] lib: sha256: add feature sha256_hmac

2024-12-19 Thread Raymond Mao
Hi Philippe, On Thu, 19 Dec 2024 at 08:06, Philippe Reynes < philippe.rey...@softathome.com> 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

[PATCH v7 5/9] lib: sha256: add feature sha256_hmac

2024-12-19 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| 15 lib/sha256.c| 51 + 3 files changed, 70 inse