Re: [PATCH v2 1/5] lib: sha1: Add support for hardware specific sha1_process

2022-06-27 Thread Tom Rini
On Wed, Jun 01, 2022 at 08:26:27PM +0200, Loic Poulain wrote: > Mark sha1_process as weak to allow hardware specific implementation. > Add parameter to support for multiple blocks processing. > > Signed-off-by: Loic Poulain Applied to u-boot/next, thanks! -- Tom signature.asc Description:

[PATCH v2 1/5] lib: sha1: Add support for hardware specific sha1_process

2022-06-01 Thread Loic Poulain
Mark sha1_process as weak to allow hardware specific implementation. Add parameter to support for multiple blocks processing. Signed-off-by: Loic Poulain --- lib/sha1.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/lib/sha1.c b/lib/sha1.c index