mirror of https://github.com/torvalds/linux.git
Instead of providing crypto_shash algorithms for the arch-optimized SHA-256 code, instead implement the SHA-256 library. This is much simpler, it makes the SHA-256 library functions be arch-optimized, and it fixes the longstanding issue where the arch-optimized SHA-256 was disabled by default. SHA-256 still remains available through crypto_shash, but individual architectures no longer need to handle it. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| aes_asm.S | ||
| aes_glue.c | ||
| camellia_asm.S | ||
| camellia_glue.c | ||
| crop_devid.c | ||
| des_asm.S | ||
| des_glue.c | ||
| md5_asm.S | ||
| md5_glue.c | ||
| sha1_asm.S | ||
| sha1_glue.c | ||
| sha512_asm.S | ||
| sha512_glue.c | ||