aboutsummaryrefslogtreecommitdiff
path: root/crypto/rng.c
AgeCommit message (Expand)AuthorFilesLines
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