summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_user_stat.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: rng - Count error stats differentlyHerbert Xu2023-03-141-27/+6
* crypto: skcipher - Count error stats differentlyHerbert Xu2023-03-141-11/+0
* crypto: kpp - Count error stats differentlyHerbert Xu2023-03-141-21/+0
* crypto: acomp - Count error stats differentlyHerbert Xu2023-03-141-29/+0
* crypto: hash - Count error stats differentlyHerbert Xu2023-03-141-38/+0
* crypto: akcipher - Count error stats differentlyHerbert Xu2023-03-141-24/+0
* crypto: aead - Count error stats differentlyHerbert Xu2023-03-141-21/+0
* crypto: algapi - Move stat reporting into algapiHerbert Xu2023-03-141-0/+6
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-4/+0
* crypto: user - fix memory leak in crypto_reportstatNavid Emamdoost2019-10-101-1/+3
* crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek2019-07-261-1/+3
* crypto: stat - remove unused mutexEric Biggers2019-01-181-2/+0
* crypto: user - forward declare crypto_nlskEric Biggers2019-01-181-2/+0
* crypto: user - remove unused dump functionsCorentin Labbe2018-12-231-33/+0
* crypto: user - rename err_cnt parameterCorentin Labbe2018-12-071-9/+9
* crypto: user - Split stats in multiple structuresCorentin Labbe2018-12-071-41/+41
* crypto: user - remove intermediate variableCorentin Labbe2018-12-071-91/+41
* crypto: user - Fix invalid stat reportingCorentin Labbe2018-12-071-3/+3
* crypto: user - split user space crypto stat structuresCorentin Labbe2018-12-071-10/+10
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-61/+53
* crypto: user - clean up report structure copyingEric Biggers2018-11-091-78/+24
* crypto: user - Zeroize whole structure given to user spaceCorentin Labbe2018-11-091-0/+21
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-0/+463