linux_dsm_epyc7002/arch/sparc/crypto
Eric Biggers d41655909e crypto: remove useless initializations of cra_list
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>
2018-11-20 14:26:55 +08:00
..
aes_asm.S
aes_glue.c crypto: remove useless initializations of cra_list 2018-11-20 14:26:55 +08:00
camellia_asm.S
camellia_glue.c crypto: remove useless initializations of cra_list 2018-11-20 14:26:55 +08:00
crc32c_asm.S
crc32c_glue.c
crop_devid.c
des_asm.S
des_glue.c crypto: remove useless initializations of cra_list 2018-11-20 14:26:55 +08:00
Makefile
md5_asm.S
md5_glue.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00
opcodes.h
sha1_asm.S
sha1_glue.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00
sha256_asm.S
sha256_glue.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00
sha512_asm.S
sha512_glue.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00