linux-stable/drivers/crypto/qce
Eric Biggers 85d7311f19 crypto: remove redundant type flags from tfm allocation
Some crypto API users allocating a tfm with crypto_alloc_$FOO() are also
specifying the type flags for $FOO, e.g. crypto_alloc_shash() with
CRYPTO_ALG_TYPE_SHASH.  But, that's redundant since the crypto API will
override any specified type flag/mask with the correct ones.

So, remove the unneeded flags.

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:29 +08:00
..
ablkcipher.c crypto: Use PTR_ERR_ZERO 2017-09-22 17:43:27 +08:00
cipher.h crypto: qce - Use skcipher for fallback 2016-07-01 23:45:09 +08:00
common.c crypto: qce - fix sparse warnings 2014-07-08 21:18:21 +08:00
common.h crypto: qce - fix sparse warnings 2014-07-08 21:18:21 +08:00
core.c crypto: qce: drop owner assignment from platform_drivers 2014-10-20 16:20:26 +02:00
core.h
dma.c crypto: qce - dma_map_sg can handle chained SG 2015-10-08 21:42:19 +08:00
dma.h crypto: qce - dma_map_sg can handle chained SG 2015-10-08 21:42:19 +08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
regs-v5.h
sha.c crypto: remove redundant type flags from tfm allocation 2018-07-09 00:30:29 +08:00
sha.h crypto: qce - dma_map_sg can handle chained SG 2015-10-08 21:42:19 +08:00