Files
linux/Documentation
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
..
2018-04-11 10:28:39 -07:00
2018-06-08 11:59:51 -04:00
2018-06-15 18:11:26 -03:00
2018-03-26 12:13:21 -04:00
2018-05-29 08:59:21 -06:00
2018-06-15 18:10:01 -03:00
2018-03-26 15:57:04 +02:00
2018-06-15 18:10:01 -03:00
2018-05-08 09:16:41 -06:00