]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[rng] Add Linux entropy source using /dev/random
authorMichael Brown <mcb30@ipxe.org>
Sun, 18 Mar 2012 17:03:58 +0000 (17:03 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 18 Mar 2012 17:06:03 +0000 (17:06 +0000)
commit5af9e6219646ace094cfe35caa0125cbff8f38f8
tree8b53d125f9e52d85641610b3ddfd99bf1a55b534
parent196f0bb081db462bc0f9a9462f47c9639101204b
[rng] Add Linux entropy source using /dev/random

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/linux.h
src/include/ipxe/entropy.h
src/include/ipxe/errfile.h
src/include/ipxe/linux/linux_entropy.h [new file with mode: 0644]
src/interface/linux/linux_entropy.c [new file with mode: 0644]