commit | 915047048f0acd3dbfe8605b854f151815f9be96 | [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 | 084d8e6bf9ea6673e94f798c5c3793893eb783ab [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>