Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: remove unused tfm result flags

The tfm result flags CRYPTO_TFM_RES_BAD_KEY_SCHED and
CRYPTO_TFM_RES_BAD_FLAGS are never used, so remove them.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Eric Biggers and committed by
Herbert Xu
f9d89b85 b529f198

-2
-2
include/linux/crypto.h
··· 114 114 #define CRYPTO_TFM_REQ_MAY_BACKLOG 0x00000400 115 115 #define CRYPTO_TFM_RES_WEAK_KEY 0x00100000 116 116 #define CRYPTO_TFM_RES_BAD_KEY_LEN 0x00200000 117 - #define CRYPTO_TFM_RES_BAD_KEY_SCHED 0x00400000 118 117 #define CRYPTO_TFM_RES_BAD_BLOCK_LEN 0x00800000 119 - #define CRYPTO_TFM_RES_BAD_FLAGS 0x01000000 120 118 121 119 /* 122 120 * Miscellaneous stuff.