]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[rng] Allow hash_df() to accept multiple underlying hash algorithms
authorMichael Brown <mcb30@ipxe.org>
Mon, 5 Mar 2012 16:13:07 +0000 (16:13 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 5 Mar 2012 23:23:45 +0000 (23:23 +0000)
commitfb6a33360fd99b19f557a1721475da9d4dd6b05c
tree13f60dd57b2c69da5220d095e9575b2466fd6b9c
parentc8f52cccfbd54e764cafee627cb72059fbe93f79
[rng] Allow hash_df() to accept multiple underlying hash algorithms

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/entropy.c
src/crypto/hash_df.c
src/include/ipxe/entropy.h
src/include/ipxe/hash_df.h
src/tests/hash_df_test.c