summaryrefslogtreecommitdiffstats
path: root/include/crypto/rng.h
AgeCommit message (Expand)AuthorLines
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu-8/+57
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe-24/+3
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe-4/+4
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe-1/+28
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu-7/+3
2015-04-22crypto: rng - Add crypto_rng_set_entropyHerbert Xu-0/+4
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu-2/+40
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu-6/+3
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu-2/+25
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu-22/+10
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller-2/+1
2014-11-13crypto: doc - RNG API documentationStephan Mueller-0/+80
2008-08-29crypto: rng - RNG interface and implementationNeil Horman-0/+75