commit | 028e4a3a759b7202921f02271843d7194b66b229 | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Wed Jun 01 20:26:27 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 27 13:36:27 2022 -0400 |
tree | 64926b546369306859d32efd9f34c61eca085c0f | |
parent | 4050eb64f2483bcde0521d143d3c3cd61efff465 [diff] |
lib: sha1: Add support for hardware specific sha1_process Mark sha1_process as weak to allow hardware specific implementation. Add parameter to support for multiple blocks processing. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>