aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/rng.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-04crypto: doc - Fix typo in crypto-API.xmlGravatar Masanari Iida 1-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceGravatar Herbert Xu 1-7/+3
2015-04-22crypto: rng - Add crypto_rng_set_entropyGravatar Herbert Xu 1-0/+4
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleGravatar Herbert Xu 1-2/+40
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constGravatar Herbert Xu 1-6/+3
2015-04-21crypto: rng - Introduce crypto_rng_generateGravatar Herbert Xu 1-2/+25
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeGravatar Herbert Xu 1-22/+10
2015-03-09crypto: rng - RNGs must return 0 in success caseGravatar Stephan Mueller 1-2/+1
2014-11-13crypto: doc - RNG API documentationGravatar Stephan Mueller 1-0/+80
2008-08-29crypto: rng - RNG interface and implementationGravatar Neil Horman 1-0/+75