commit | 62dec321e2f6cc5de249d1396aec579729d0cf13 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Mon Feb 24 13:35:48 2014 -0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Mon Feb 24 16:52:06 2014 -0800 |
tree | ec837d4a70c68a634a656ab1eac32b23041b8b6d | |
parent | 908d733527a361621da88cdf931a71aa83cba430 [diff] |
rngd_rdrand: Code style cleanups Break up the code into smaller functions for readability, make the code conform a little closer to Linux standard, and try to reduce the number of #ifdefs. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>