]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[rng] Add RDRAND as an entropy source
authorMichael Brown <mcb30@ipxe.org>
Wed, 15 Feb 2023 22:43:33 +0000 (22:43 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 15 Feb 2023 22:43:33 +0000 (22:43 +0000)
commitcff857461be443339aa39d614635d9a4eae8f8b2
treea145a1a693e24028edcd9cbf61c2127c160cdc2e
parent6a004be0cceab5d669eedb5a2e6ee2feab31d5bd
[rng] Add RDRAND as an entropy source

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/core/rdrand.c [new file with mode: 0644]
src/arch/x86/include/bits/entropy.h
src/arch/x86/include/bits/errfile.h
src/arch/x86/include/ipxe/cpuid.h
src/arch/x86/include/ipxe/rdrand.h [new file with mode: 0644]