aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/entropy.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[libc] Replace linker_assert() with build_assert()Michael Brown1-25/+17
2023-02-20[rng] Allow for entropy sources that fail during startup testsMichael Brown1-31/+102
2023-02-17[rng] Allow entropy source to be selected at runtimeMichael Brown1-101/+313
2018-03-20[rng] Use fixed-point calculations for min-entropy quantitiesMichael Brown1-3/+23
2015-04-14[efi] Add EFI entropy sourceMichael Brown1-0/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2012-03-18[rng] Add Linux entropy source using /dev/randomMichael Brown1-0/+1
2012-03-18[rng] Allow entropy_enable() to return an errorMichael Brown1-1/+2
2012-03-05[rng] Use SHA-256 for Hash_df, and validate the hash function strengthMichael Brown1-5/+12
2012-03-05[rng] Allow hash_df() to accept multiple underlying hash algorithmsMichael Brown1-1/+12
2012-02-21[rng] Add ANS X9.82 Approved Source of Entropy InputMichael Brown1-47/+161
2012-01-23[rng] Add dummy entropy sourceMichael Brown1-0/+90