aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto_user_stat.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-14crypto: rng - Count error stats differentlyGravatar Herbert Xu 1-27/+6
2023-03-14crypto: skcipher - Count error stats differentlyGravatar Herbert Xu 1-11/+0
2023-03-14crypto: kpp - Count error stats differentlyGravatar Herbert Xu 1-21/+0
2023-03-14crypto: acomp - Count error stats differentlyGravatar Herbert Xu 1-29/+0
2023-03-14crypto: hash - Count error stats differentlyGravatar Herbert Xu 1-38/+0
2023-03-14crypto: akcipher - Count error stats differentlyGravatar Herbert Xu 1-24/+0
2023-03-14crypto: aead - Count error stats differentlyGravatar Herbert Xu 1-21/+0
2023-03-14crypto: algapi - Move stat reporting into algapiGravatar Herbert Xu 1-0/+6
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeGravatar Eric Biggers 1-4/+0
2019-10-10crypto: user - fix memory leak in crypto_reportstatGravatar Navid Emamdoost 1-1/+3
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsGravatar Ondrej Mosnacek 1-1/+3
2019-01-18crypto: stat - remove unused mutexGravatar Eric Biggers 1-2/+0
2019-01-18crypto: user - forward declare crypto_nlskGravatar Eric Biggers 1-2/+0
2018-12-23crypto: user - remove unused dump functionsGravatar Corentin Labbe 1-33/+0
2018-12-07crypto: user - rename err_cnt parameterGravatar Corentin Labbe 1-9/+9
2018-12-07crypto: user - Split stats in multiple structuresGravatar Corentin Labbe 1-41/+41
2018-12-07crypto: user - remove intermediate variableGravatar Corentin Labbe 1-91/+41
2018-12-07crypto: user - Fix invalid stat reportingGravatar Corentin Labbe 1-3/+3
2018-12-07crypto: user - split user space crypto stat structuresGravatar Corentin Labbe 1-10/+10
2018-12-07crypto: user - convert all stats from u32 to u64Gravatar Corentin Labbe 1-61/+53
2018-11-09crypto: user - clean up report structure copyingGravatar Eric Biggers 1-78/+24
2018-11-09crypto: user - Zeroize whole structure given to user spaceGravatar Corentin Labbe 1-0/+21
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-0/+463