Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Implement a ->digest function for sha256-ssse3, sha256-avx, sha256-avx2, > and sha256-ni. This improves the performance of crypto_shash_digest() > with these algorithms by reducing the number of indirect calls that are > made. > > For now, don't bother with this for sha224, since sha224 is rarely used. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > arch/x86/crypto/sha256_ssse3_glue.c | 32 +++++++++++++++++++++++++++++ > 1 file changed, 32 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