Re: [PATCH v4 7/8] lib: mbedtls: sha256: add support of key derivation

2024-12-16 Thread Philippe REYNES
Hi Raymond, Le 13/12/2024 à 17:58, 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 Thu, 12 Dec 2024 at 08:37, Philippe Reynes wrote: A

Re: [PATCH v4 7/8] lib: mbedtls: sha256: add support of key derivation

2024-12-13 Thread Raymond Mao
Hi Philippe, On Thu, 12 Dec 2024 at 08:37, Philippe Reynes < philippe.rey...@softathome.com> wrote: > Adds the support of key derivation using the scheme hkdf. > This scheme is defined in rfc5869. > > Signed-off-by: Philippe Reynes > --- > include/u-boot/sha256.h | 20 > li