android_kernel_xiaomi_sm7250/Documentation/crypto
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
..
api-aead.rst
api-akcipher.rst
api-digest.rst
api-intro.txt
api-kpp.rst
api-rng.rst
api-samples.rst crypto: remove redundant type flags from tfm allocation 2018-07-09 00:30:29 +08:00
api-skcipher.rst
api.rst
architecture.rst
asymmetric-keys.txt
async-tx-api.txt
conf.py
crypto_engine.rst docs: crypto_engine.rst: Fix two parse warnings 2018-06-15 12:48:59 -03:00
descore-readme.txt
devel-algos.rst crypto: doc - clarify hash callbacks state machine 2018-03-31 01:33:02 +08:00
index.rst docs: */index.rst: Add newer documents to their respective index.rst 2018-05-08 09:57:35 -06:00
intro.rst
userspace-if.rst