aboutsummaryrefslogtreecommitdiff
path: root/crypto/rng.c
AgeCommit message (Expand)Author
2021-04-02crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-02-13crypto: rng - Fix a refcounting bug in crypto_rng_reset()Dan Carpenter
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe
2018-11-09crypto: user - clean up report structure copyingEric Biggers
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe
2017-07-28crypto: rng - ensure that the RNG is ready before usingJason A. Donenfeld
2017-06-10crypto: rng - Remove unused function __crypto_rng_cast()Matthias Kaehlcke
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu
2015-04-22crypto: rng - Zero seed in crypto_rng_resetHerbert Xu
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu
2013-02-19crypto: user - fix info leaks in report APIMathias Krause
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu
2011-10-21crypto: Add userspace report for rng type algorithmsSteffen Klassert
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-08-13crypto: rng - Fix typoChristian Kujau
2008-08-29crypto: rng - RNG interface and implementationNeil Horman