Searched hist:"331 c6490c7f10dcf263712e313b7c0bc7fb6d77a" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/char/ |
H A D | random.c | diff 331c6490c7f10dcf263712e313b7c0bc7fb6d77a Tue Mar 18 00:36:29 CET 2014 H. Peter Anvin <hpa@linux.intel.com> random: If we have arch_get_random_seed*(), try it before blocking
If we have arch_get_random_seed*(), try to use it for emergency refill of the entropy pool before giving up and blocking on /dev/random. It may or may not work in the moment, but if it does work, it will give the user better service than blocking will.
Reviewed-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|