summaryrefslogtreecommitdiff
path: root/random/rndgetentropy.c
Commit message (Expand)AuthorAgeFilesLines
* random: Use getrandom only when it's appropriate.NIIBE Yutaka2023-04-101-0/+2
* random: Extend the comment about FIPS specificsJakub Jelen2022-10-061-1/+11
* random: Get maximum 32B of entropy at once in FIPS ModeJakub Jelen2022-10-041-3/+9
* random: Use getrandom (GRND_RANDOM) in FIPS mode.Jakub Jelen2022-08-231-1/+4
* random: Include sys/random.h when available.NIIBE Yutaka2022-01-261-0/+3
* random: Fix rndgetentropy correctly uses rndjent.NIIBE Yutaka2021-11-181-2/+14
* random: Include getentropy random module.NIIBE Yutaka2021-11-151-0/+2
* random:getentropy: Simplify more.NIIBE Yutaka2021-11-151-19/+16
* random:getentropy: Limit the size of buffer in exact size.NIIBE Yutaka2021-11-151-4/+2
* random: Simplify rndgetentropy.NIIBE Yutaka2021-11-151-276/+20
* random: Start rnd-getentropy.c.NIIBE Yutaka2021-11-151-0/+349