commit | 084d8e6bf9ea6673e94f798c5c3793893eb783ab | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@linaro.org> | Wed Jun 01 20:26:29 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 27 13:36:28 2022 -0400 |
tree | 2cdf17a0a20a3ab25752dfaacbcc77661d164411 | |
parent | 4e883522bad7f1fed4ce0e35d26080fe29a972a5 [diff] |
armv8 SHA-1 using ARMv8 Crypto Extensions: This patch adds support for the SHA-1 Secure Hash Algorithm for CPUs that have support for the SHA-1 part of the ARM v8 Crypto Extensions. It greatly improves sha-1 based operations, about 10x faster on iMX8M evk board. ~12ms vs ~165ms for a 20MiB kernel sha-1 verification. asm implementation is a simplified version of the Linux version (from Ard Biesheuvel). Signed-off-by: Loic Poulain <loic.poulain@linaro.org>