]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[rng] Add dummy entropy source
authorMichael Brown <mcb30@ipxe.org>
Mon, 23 Jan 2012 15:00:27 +0000 (15:00 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 23 Jan 2012 15:07:46 +0000 (15:07 +0000)
commitfcc35bf48776fff9ebfd8db537679583221a9cd4
treeee9e99247a789a75177d3634cb82d19abe6aca79
parent9ec80a3df19a295d3d936094c15a2a89b6980e40
[rng] Add dummy entropy source

Cryptographic random number generation requires an entropy source,
which is used as the input to a Deterministic Random Bit Generator
(DRBG).

iPXE does not currently have a suitable entropy source.  Provide a
dummy source to allow the DRBG code to be implemented.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/entropy.c [new file with mode: 0644]
src/include/ipxe/entropy.h [new file with mode: 0644]