summaryrefslogtreecommitdiffstats
path: root/include/crypto/rng.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: doc - Fix typo in crypto-API.xmlMasanari Iida2015-06-041-1/+1
* crypto: rng - Remove old low-level rng interfaceHerbert Xu2015-04-221-7/+3
* crypto: rng - Add crypto_rng_set_entropyHerbert Xu2015-04-221-0/+4
* crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu2015-04-221-2/+40
* crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu2015-04-221-6/+3
* crypto: rng - Introduce crypto_rng_generateHerbert Xu2015-04-211-2/+25
* crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu2015-04-211-22/+10
* crypto: rng - RNGs must return 0 in success caseStephan Mueller2015-03-091-2/+1
* crypto: doc - RNG API documentationStephan Mueller2014-11-131-0/+80
* crypto: rng - RNG interface and implementationNeil Horman2008-08-291-0/+75