commit | da9ba564bd683374b8d319756f312821b8265b06 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Jun 07 20:05:02 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 19 22:06:28 2017 -0400 |
tree | 14608d249e7d2a5cd33b5ec86e28943330f74608 | |
parent | e297a783e41560b44e3c14f38e420cba518113b8 [diff] |
random: add get_random_{bytes,u32,u64,int,long,once}_wait family These functions are simple convenience wrappers that call wait_for_random_bytes before calling the respective get_random_* function. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>