aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/rng.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe1-24/+3
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe1-4/+4
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe1-1/+28
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida1-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu1-7/+3
2015-04-22crypto: rng - Add crypto_rng_set_entropyHerbert Xu1-0/+4
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu1-2/+40
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu1-6/+3
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu1-2/+25
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu1-22/+10
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller1-2/+1
2014-11-13crypto: doc - RNG API documentationStephan Mueller1-0/+80
2008-08-29crypto: rng - RNG interface and implementationNeil Horman1-0/+75