Re: [PATCH v2 5/5] armv8 SHA-256 using ARMv8 Crypto Extensions

2022-06-27 Thread Tom Rini
On Wed, Jun 01, 2022 at 08:26:31PM +0200, Loic Poulain wrote: > This patch adds support for the SHA-256 Secure Hash Algorithm for CPUs > that have support for the SHA-256 part of the ARM v8 Crypto Extensions. > > It greatly improves sha-256 based operations, about 17x faster on iMX8M > evk board.

[PATCH v2 5/5] armv8 SHA-256 using ARMv8 Crypto Extensions

2022-06-01 Thread Loic Poulain
This patch adds support for the SHA-256 Secure Hash Algorithm for CPUs that have support for the SHA-256 part of the ARM v8 Crypto Extensions. It greatly improves sha-256 based operations, about 17x faster on iMX8M evk board. ~12ms vs ~208ms for a 20MiB kernel sha-256 verification. asm implementa