mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 20:49:35 +02:00
To avoid a naming collision when we add a sha256() library function, rename the "sha256" static variable in sha256_glue.c to "sha256_alg". For consistency, also rename "sha224" to "sha224_alg". Reported-by: kernel test robot <lkp@intel.com> Cc: sparclinux@vger.kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
|---|---|---|
| .. | ||
| aes_asm.S | ||
| aes_glue.c | ||
| camellia_asm.S | ||
| camellia_glue.c | ||
| crc32c_asm.S | ||
| crc32c_glue.c | ||
| crop_devid.c | ||
| des_asm.S | ||
| des_glue.c | ||
| Makefile | ||
| md5_asm.S | ||
| md5_glue.c | ||
| opcodes.h | ||
| sha1_asm.S | ||
| sha1_glue.c | ||
| sha256_asm.S | ||
| sha256_glue.c | ||
| sha512_asm.S | ||
| sha512_glue.c | ||