| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS | Eric Biggers | 2021-04-02 | 1 | -7/+3 |
* | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 1 | -1/+1 |
* | crypto: rng - Fix a refcounting bug in crypto_rng_reset() | Dan Carpenter | 2020-02-13 | 1 | -2/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | crypto: user - fix use_after_free of struct xxx_request | Corentin Labbe | 2018-12-07 | 1 | -1/+3 |
* | crypto: user - clean up report structure copying | Eric Biggers | 2018-11-09 | 1 | -8/+4 |
* | crypto: user - Implement a generic crypto statistics | Corentin Labbe | 2018-09-28 | 1 | -0/+1 |
* | crypto: rng - ensure that the RNG is ready before using | Jason A. Donenfeld | 2017-07-28 | 1 | -2/+4 |
* | crypto: rng - Remove unused function __crypto_rng_cast() | Matthias Kaehlcke | 2017-06-10 | 1 | -5/+0 |
* | crypto: Replaced gcc specific attributes with macros from compiler.h | Gideon Israel Dsouza | 2017-01-12 | 1 | -1/+2 |
* | crypto: rng - Do not free default RNG when it becomes unused | Herbert Xu | 2015-06-22 | 1 | -4/+23 |
* | crypto: rng - Zero seed in crypto_rng_reset | Herbert Xu | 2015-04-22 | 1 | -1/+1 |
* | crypto: rng - Remove old low-level rng interface | Herbert Xu | 2015-04-22 | 1 | -53/+4 |
* | crypto: rng - Add multiple algorithm registration interface | Herbert Xu | 2015-04-22 | 1 | -0/+29 |
* | crypto: rng - Convert low-level crypto_rng to new style | Herbert Xu | 2015-04-22 | 1 | -6/+50 |
* | crypto: rng - Mark crypto_rng_reset seed as const | Herbert Xu | 2015-04-22 | 1 | -2/+25 |
* | crypto: rng - Introduce crypto_rng_generate | Herbert Xu | 2015-04-21 | 1 | -2/+7 |
* | crypto: rng - Convert crypto_rng to new style crypto_type | Herbert Xu | 2015-04-21 | 1 | -12/+23 |
* | crypto: user - fix info leaks in report API | Mathias Krause | 2013-02-19 | 1 | -1/+1 |
* | crypto: Stop using NLA_PUT*(). | David S. Miller | 2012-04-02 | 1 | -3/+3 |
* | crypto: algapi - Fix build problem with NET disabled | Herbert Xu | 2011-11-10 | 1 | -0/+7 |
* | crypto: Add userspace report for rng type algorithms | Steffen Klassert | 2011-10-21 | 1 | -0/+20 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | crypto: rng - Fix typo | Christian Kujau | 2009-08-13 | 1 | -1/+1 |
* | crypto: rng - RNG interface and implementation | Neil Horman | 2008-08-29 | 1 | -0/+126 |