aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/cryptd.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "crypto: cryptd - Add helpers to check whether a tfm is queued"Mister Oyster2018-01-051-5/+0
| | | | This reverts commit 491447aaa084df16062f9ffc730c8b8c8510ca8b.
* crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2017-12-141-0/+5
| | | | | | | | | | | | | | This patch adds helpers to check whether a given tfm is currently queued. This is meant to be used by ablk_helper and similar entities to ensure that no reordering is introduced because of requests queued in cryptd with respect to requests being processed in softirq context. The per-cpu queue length limit is also increased to 1000 in line with network limits. Change-Id: I59aa3397d701a80dcff257d26635c83038839d93 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* first commitMeizu OpenSource2016-08-151-0/+69