Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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@xxxxxxxxxx> > --- > arch/arm64/crypto/sha2-ce-glue.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt