aboutsummaryrefslogtreecommitdiff
path: root/crypto/rng.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02crypto: remove CONFIG_CRYPTO_STATSGravatar Eric Biggers 1-39/+5
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionGravatar Ondrej Mosnacek 1-1/+1
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportGravatar Herbert Xu 1-8/+4
2023-03-14crypto: rng - Count error stats differentlyGravatar Herbert Xu 1-11/+42
2021-04-02crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSGravatar Eric Biggers 1-7/+3
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-02-13crypto: rng - Fix a refcounting bug in crypto_rng_reset()Gravatar Dan Carpenter 1-2/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-12-07crypto: user - fix use_after_free of struct xxx_requestGravatar Corentin Labbe 1-1/+3
2018-11-09crypto: user - clean up report structure copyingGravatar Eric Biggers 1-8/+4
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-0/+1
2017-07-28crypto: rng - ensure that the RNG is ready before usingGravatar Jason A. Donenfeld 1-2/+4
2017-06-10crypto: rng - Remove unused function __crypto_rng_cast()Gravatar Matthias Kaehlcke 1-5/+0
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGravatar Gideon Israel Dsouza 1-1/+2
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedGravatar Herbert Xu 1-4/+23
2015-04-22crypto: rng - Zero seed in crypto_rng_resetGravatar Herbert Xu 1-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceGravatar Herbert Xu 1-53/+4
2015-04-22crypto: rng - Add multiple algorithm registration interfaceGravatar Herbert Xu 1-0/+29
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleGravatar Herbert Xu 1-6/+50
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constGravatar Herbert Xu 1-2/+25
2015-04-21crypto: rng - Introduce crypto_rng_generateGravatar Herbert Xu 1-2/+7
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeGravatar Herbert Xu 1-12/+23
2013-02-19crypto: user - fix info leaks in report APIGravatar Mathias Krause 1-1/+1
2012-04-02crypto: Stop using NLA_PUT*().Gravatar David S. Miller 1-3/+3
2011-11-11crypto: algapi - Fix build problem with NET disabledGravatar Herbert Xu 1-0/+7
2011-10-21crypto: Add userspace report for rng type algorithmsGravatar Steffen Klassert 1-0/+20
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-13crypto: rng - Fix typoGravatar Christian Kujau 1-1/+1
2008-08-29crypto: rng - RNG interface and implementationGravatar Neil Horman 1-0/+126