aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rng.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-22crypto: rng - Zero seed in crypto_rng_resetHerbert Xu1-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu1-53/+4
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu1-0/+29
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu1-6/+50
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu1-2/+25
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu1-2/+7
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu1-12/+23
2013-02-19crypto: user - fix info leaks in report APIMathias Krause1-1/+1
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller1-3/+3
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu1-0/+7
2011-10-21crypto: Add userspace report for rng type algorithmsSteffen Klassert1-0/+20
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-13crypto: rng - Fix typoChristian Kujau1-1/+1
2008-08-29crypto: rng - RNG interface and implementationNeil Horman1-0/+126