summaryrefslogtreecommitdiffstats
path: root/tools/crypto
Commit message (Collapse)AuthorAgeFilesLines
* crypto: user - rename err_cnt parameterCorentin Labbe2018-12-071-9/+9
| | | | | | | | Since now all crypto stats are on their own structures, it is now useless to have the algorithm name in the err_cnt member. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: tool: getstat: convert user space example to the new ↵Corentin Labbe2018-12-071-27/+27
| | | | | | | | | | | crypto_user_stat uapi This patch converts the getstat example tool to the recent changes done in crypto_user_stat - changed all stats to u64 - separated struct stats for each crypto alg Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: tools - Add cryptostat userspaceCorentin Labbe2018-09-281-0/+294
This patch adds an userspace tool for displaying kernel crypto API statistics. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>