summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/entropy.h
Commit message (Expand)AuthorAgeFilesLines
* [libc] Replace linker_assert() with build_assert()Michael Brown2024-01-161-25/+17Star
* [rng] Allow for entropy sources that fail during startup testsMichael Brown2023-02-201-31/+102
* [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-171-101/+313
* [rng] Use fixed-point calculations for min-entropy quantitiesMichael Brown2018-03-201-3/+23
* [efi] Add EFI entropy sourceMichael Brown2015-04-141-0/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [rng] Add Linux entropy source using /dev/randomMichael Brown2012-03-181-0/+1
* [rng] Allow entropy_enable() to return an errorMichael Brown2012-03-181-1/+2
* [rng] Use SHA-256 for Hash_df, and validate the hash function strengthMichael Brown2012-03-061-5/+12
* [rng] Allow hash_df() to accept multiple underlying hash algorithmsMichael Brown2012-03-061-1/+12
* [rng] Add ANS X9.82 Approved Source of Entropy InputMichael Brown2012-02-211-47/+161
* [rng] Add dummy entropy sourceMichael Brown2012-01-231-0/+90