commit | 179b2118d091fcd4d44fe31f8e77d5259a0553a0 | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Wed Jun 01 20:26:30 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 27 13:36:28 2022 -0400 |
tree | 46f7d85b9c852c0f6847164c0c9231e6ade45a43 | |
parent | 9bd0269388537d5362245b40a26757b3eae7884c [diff] |
lib: sha256: Add support for hardware specific sha256_process Mark sha256_process as weak to allow hardware specific implementation. Add parameter for supporting multiple blocks processing. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>