Eric Biggers 1efcbf0eff crypto: arm64/sha2-ce - implement ->digest for sha256
Implement a ->digest function for sha256-ce.  This improves the
performance of crypto_shash_digest() with this algorithm by reducing the
number of indirect calls that are made.  This only adds ~112 bytes of
code, mostly for the inlined init, as the finup function is tail-called.

For now, don't bother with this for sha224, since sha224 is rarely used.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-10-20 13:39:25 +08:00
..
2023-09-01 09:53:54 -07:00
2023-09-05 11:01:47 -07:00
2023-09-08 12:48:37 -07:00
2023-09-07 13:52:20 -07:00
2023-09-08 12:48:37 -07:00
2023-08-31 12:20:12 -07:00