aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto_user_stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers1-4/+0
2019-10-10crypto: user - fix memory leak in crypto_reportstatNavid Emamdoost1-1/+3
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek1-1/+3
2019-01-18crypto: stat - remove unused mutexEric Biggers1-2/+0
2019-01-18crypto: user - forward declare crypto_nlskEric Biggers1-2/+0
2018-12-23crypto: user - remove unused dump functionsCorentin Labbe1-33/+0
2018-12-07crypto: user - rename err_cnt parameterCorentin Labbe1-9/+9
2018-12-07crypto: user - Split stats in multiple structuresCorentin Labbe1-41/+41
2018-12-07crypto: user - remove intermediate variableCorentin Labbe1-91/+41
2018-12-07crypto: user - Fix invalid stat reportingCorentin Labbe1-3/+3
2018-12-07crypto: user - split user space crypto stat structuresCorentin Labbe1-10/+10
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe1-61/+53
2018-11-09crypto: user - clean up report structure copyingEric Biggers1-78/+24
2018-11-09crypto: user - Zeroize whole structure given to user spaceCorentin Labbe1-0/+21
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe1-0/+463