]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: arm64/sha2-ce - implement ->digest for sha256
authorEric Biggers <ebiggers@google.com>
Mon, 9 Oct 2023 07:53:27 +0000 (00:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Oct 2023 05:39:25 +0000 (13:39 +0800)
commit1efcbf0eff1022f6a44f8c04691caa5f90606bac
tree73735cdb2d6feeb6ecbc75530a5fa5bac0b1756a
parent2e02c25ac93463d52bd7c1010cd647c944f179e1
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>
arch/arm64/crypto/sha2-ce-glue.c