aboutsummaryrefslogtreecommitdiff
path: root/lib/random32.c
Commit message (Expand)AuthorAgeFilesLines
* random: sprinkle e/f/prandom in places that deplete entropy oftenimoseyon2016-09-101-1/+1
* random32: use e/frandom for reseeding, and a merge fixupimoseyon2016-09-101-3/+2
* random32: improvements to prandom_bytesDaniel Borkmann2016-09-101-21/+18
* random32: mix in entropy from core to late initcallHannes Frederic Sowa2016-09-101-21/+28
* lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann2016-09-101-37/+39
* random32: avoid attempt to late reseed if in the middle of seedingSasha Levin2016-09-101-1/+12
* random32: use msecs_to_jiffies for reseed timerDaniel Borkmann2016-09-101-2/+6
* random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann2016-09-101-2/+2
* random32: add test cases for taus113 implementationDaniel Borkmann2016-09-101-6/+189
* random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann2016-09-101-34/+46
* random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2016-09-101-1/+22
* random32: add periodic reseedingHannes Frederic Sowa2016-09-101-0/+23
* first commitMeizu OpenSource2016-08-151-0/+199