aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto_user_stat.c
AgeCommit message (Expand)Author
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers
2019-10-10crypto: user - fix memory leak in crypto_reportstatNavid Emamdoost
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek
2019-01-18crypto: stat - remove unused mutexEric Biggers
2019-01-18crypto: user - forward declare crypto_nlskEric Biggers
2018-12-23crypto: user - remove unused dump functionsCorentin Labbe
2018-12-07crypto: user - rename err_cnt parameterCorentin Labbe
2018-12-07crypto: user - Split stats in multiple structuresCorentin Labbe
2018-12-07crypto: user - remove intermediate variableCorentin Labbe
2018-12-07crypto: user - Fix invalid stat reportingCorentin Labbe
2018-12-07crypto: user - split user space crypto stat structuresCorentin Labbe
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe
2018-11-09crypto: user - clean up report structure copyingEric Biggers
2018-11-09crypto: user - Zeroize whole structure given to user spaceCorentin Labbe
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe