OpenCloudOS-Kernel/drivers/staging/skein
Eric Biggers e50944e219 crypto: shash - remove useless setting of type flags
Many shash algorithms set .cra_flags = CRYPTO_ALG_TYPE_SHASH.  But this
is redundant with the C structure type ('struct shash_alg'), and
crypto_register_shash() already sets the type flag automatically,
clearing any type flag that was already there.  Apparently the useless
assignment has just been copy+pasted around.

So, remove the useless assignment from all the shash algorithms.

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-07-09 00:30:24 +08:00
..
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
TODO
skein_api.c Staging: skein: skein_api: Remove useless type conversion 2016-10-16 10:25:07 +02:00
skein_api.h
skein_base.c Staging: skein: checkpatch: fix comment aligning in skein_base.c 2017-01-03 16:33:17 +01:00
skein_base.h staging: skein: fix checkpatch block comments warning 2017-01-20 14:39:12 +01:00
skein_block.c staging: skein: move macros into header file 2017-07-28 17:06:43 -07:00
skein_block.h staging: skein: move macros into header file 2017-07-28 17:06:43 -07:00
skein_generic.c crypto: shash - remove useless setting of type flags 2018-07-09 00:30:24 +08:00
skein_iv.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
threefish_api.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
threefish_api.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
threefish_block.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00