commit | 824b43763c562ee2feec16bb4017785528f3b54c | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Apr 09 12:55:46 2015 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Apr 10 21:39:47 2015 +0800 |
tree | 9682716c3841df5ce5a6a16621789cdf2ce4075f | |
parent | 03802f6a80b3a993067af97b0dc094f60d6fbc8b [diff] |
crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layer This removes all the boilerplate from the existing implementation, and replaces it with calls into the base layer. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>