summaryrefslogtreecommitdiffstats
path: root/include/crypto/rng.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-021-50/+1
* crypto: rng - Count error stats differentlyHerbert Xu2023-03-141-8/+57
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-131-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-24/+3
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-4/+4
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-1/+28
* 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