Re: [PATCH 1/4] lib/md5: Export progressive APIs

2021-09-02 Thread Tom Rini
On Fri, Jul 30, 2021 at 09:08:02AM +0800, Chia-Wei Wang wrote: > Export the MD5 hash init/update/finish progressive APIs > for better flexibility. > > Signed-off-by: Chia-Wei Wang Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 1/4] lib/md5: Export progressive APIs

2021-07-29 Thread Chia-Wei Wang
Export the MD5 hash init/update/finish progressive APIs for better flexibility. Signed-off-by: Chia-Wei Wang --- include/u-boot/md5.h | 4 lib/md5.c| 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/include/u-boot/md5.h b/include/u-boot/md5.h index e09c16