
27 Jun
2022
27 Jun
'22
11:31 p.m.
On Wed, Jun 01, 2022 at 08:26:29PM +0200, Loic Poulain wrote:
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
Applied to u-boot/next, thanks!
--
Tom