mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
Some algorithms initialize their .cra_list prior to registration. But this is unnecessary since crypto_register_alg() will overwrite .cra_list when adding the algorithm to the 'crypto_alg_list'. Apparently the useless assignment has just been copy+pasted around. So, remove the useless assignments. Exception: paes_s390.c uses cra_list to check whether the algorithm is registered or not, so I left that as-is for now. This patch shouldn't change any actual behavior. 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 | ||