aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/rng.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-14crypto: rng - Count error stats differentlyGravatar Herbert Xu 1-8/+57
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Gravatar Ard Biesheuvel 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-12-07crypto: user - fix use_after_free of struct xxx_requestGravatar Corentin Labbe 1-24/+3
2018-12-07crypto: user - convert all stats from u32 to u64Gravatar Corentin Labbe 1-4/+4
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-1/+28
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