commit | e297a783e41560b44e3c14f38e420cba518113b8 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Jun 07 19:58:56 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 19 22:06:28 2017 -0400 |
tree | a41cb88b534c7e50faa9ae889d825b5c6db8a9b7 | |
parent | 4a072c71f49b0a0e495ea13423bdb850da73c58c [diff] |
random: add wait_for_random_bytes() API This enables users of get_random_{bytes,u32,u64,int,long} to wait until the pool is ready before using this function, in case they actually want to have reliable randomness. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>