[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Sep 2005 00:43:25 +0000 (17:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Sep 2005 00:43:25 +0000 (17:43 -0700)
This patch goes through the current users of the crypto layer and sets
CRYPTO_TFM_REQ_MAY_SLEEP at crypto_alloc_tfm() where all crypto operations
are performed in process context.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found